1
0
Fork 0

Update Input.java

This commit is contained in:
mrdev023 2016-08-28 21:24:32 +02:00 committed by GitHub
parent 0b97da22f8
commit 2dbf9a61fa

View file

@ -93,8 +93,8 @@ public class Input{
}
public static void destroy(){
mousePos.release();
scroll.release();
mousePos.free();
scroll.free();
}
public static void scroll(long window, double xoffset, double yoffset) {