mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +03:00
fixed indentation
This commit is contained in:
parent
d31e281d44
commit
c804e6390c
1 changed files with 19 additions and 20 deletions
|
@ -705,7 +705,6 @@ TABS.magnetometer.initialize3D = function () {
|
||||||
|
|
||||||
magModelNames.forEach( (name, i) =>
|
magModelNames.forEach( (name, i) =>
|
||||||
{
|
{
|
||||||
//Load the GPS model
|
|
||||||
loader.load('./resources/models/' + name + '.gltf', (obj) => {
|
loader.load('./resources/models/' + name + '.gltf', (obj) => {
|
||||||
const gps = obj.scene;
|
const gps = obj.scene;
|
||||||
const scaleFactor = i==0 ? 0.03 : 0.04;
|
const scaleFactor = i==0 ? 0.03 : 0.04;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue