Skip to content

Commit f2fca49

Browse files
committed
Remove Camera resolution use
1 parent d6f5aab commit f2fca49

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/input/InputManager.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -885,12 +885,6 @@ var InputManager = new Class({
885885
var x = pointer.x;
886886
var y = pointer.y;
887887

888-
if (camera.resolution !== 1)
889-
{
890-
x += camera._x;
891-
y += camera._y;
892-
}
893-
894888
// Stores the world point inside of tempPoint
895889
camera.getWorldPoint(x, y, tempPoint);
896890

0 commit comments

Comments
 (0)