1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-24 00:35:20 +03:00

fixed indentation

This commit is contained in:
Roman Lut 2024-05-03 00:28:56 +02:00
parent d31e281d44
commit c804e6390c

View file

@ -705,7 +705,6 @@ TABS.magnetometer.initialize3D = function () {
magModelNames.forEach( (name, i) =>
{
//Load the GPS model
loader.load('./resources/models/' + name + '.gltf', (obj) => {
const gps = obj.scene;
const scaleFactor = i==0 ? 0.03 : 0.04;