mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-27 02:43:04 +01:00
removd debug statement left over in error
This commit is contained in:
parent
190d2aa67a
commit
6237fa3f27
1 changed files with 0 additions and 1 deletions
|
|
@ -184,7 +184,6 @@ export default class SceneSetUp {
|
|||
};
|
||||
|
||||
this.updateControlsAndHelpers = function() {
|
||||
console.log(this.camera.type);
|
||||
if (this.camera.type as any == "OrthographicCamera") {
|
||||
this.trackballControls.rotateSpeed = 3.8;
|
||||
this.trackballControls.projectionZoomSpeed = 5;
|
||||
|
|
|
|||
Loading…
Reference in a new issue