Update Input.java
This commit is contained in:
parent
0b97da22f8
commit
2dbf9a61fa
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ public class Input{
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void destroy(){
|
public static void destroy(){
|
||||||
mousePos.release();
|
mousePos.free();
|
||||||
scroll.release();
|
scroll.free();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void scroll(long window, double xoffset, double yoffset) {
|
public static void scroll(long window, double xoffset, double yoffset) {
|
||||||
|
|
Reference in a new issue