remove debug
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
b23a9183ea
commit
6b3e471b36
1 changed files with 0 additions and 1 deletions
|
@ -290,7 +290,6 @@ mouse.listen.camera.onwheel.on((evn) => {
|
||||||
|
|
||||||
// Get cursor world position
|
// Get cursor world position
|
||||||
const cursorPosition = viewport.viewToCanvas(evn.x, evn.y);
|
const cursorPosition = viewport.viewToCanvas(evn.x, evn.y);
|
||||||
console.debug(cursorPosition);
|
|
||||||
|
|
||||||
// Get viewport center
|
// Get viewport center
|
||||||
const pcx = viewport.cx;
|
const pcx = viewport.cx;
|
||||||
|
|
Loading…
Reference in a new issue