Skip to content

Commit ca15596

Browse files
minor fixes
1 parent 49c0a7c commit ca15596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Drawable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ class Drawable {
217217
}
218218

219219
const cameraState = this._renderer.cameraState;
220-
// this._position[0] /= cameraState.zoom;
221-
// this._position[1] /= cameraState.zoom;
220+
this._position[0] /= cameraState.zoom;
221+
this._position[1] /= cameraState.zoom;
222222

223223
this._renderer.dirty = true;
224224
this.setTransformDirty();

0 commit comments

Comments
 (0)