mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-12 16:08:50 -05:00
disabled angle indicators on some demos
This commit is contained in:
parent
40905e82a6
commit
74bc8ae4ba
1 changed files with 6 additions and 0 deletions
|
@ -202,6 +202,9 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
World.add(_world, stack);
|
World.add(_world, stack);
|
||||||
|
|
||||||
|
var renderOptions = _engine.render.options;
|
||||||
|
renderOptions.showAngleIndicator = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
Demo.svg = function() {
|
Demo.svg = function() {
|
||||||
|
@ -253,6 +256,9 @@
|
||||||
}
|
}
|
||||||
}, true));
|
}, true));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var renderOptions = _engine.render.options;
|
||||||
|
renderOptions.showAngleIndicator = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
Demo.terrain = function() {
|
Demo.terrain = function() {
|
||||||
|
|
Loading…
Reference in a new issue