Fon't reset the cursor position in resetMouse()

This commit is contained in:
Elias Naur 2005-04-28 10:36:51 +00:00
parent 038d929180
commit a32da7e226
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ public class Mouse {
width = Display.getDisplayMode().getWidth(); width = Display.getDisplayMode().getWidth();
height = Display.getDisplayMode().getHeight(); height = Display.getDisplayMode().getHeight();
readBuffer.position(readBuffer.limit()); readBuffer.position(readBuffer.limit());
setCursorPosition(width/2, height/2);
} }
/** /**