mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #28 - Added capes, voice chat, FNAW skins, and fixes
This commit is contained in:
@ -45,6 +45,10 @@ public class Display {
|
||||
return PlatformInput.isCloseRequested();
|
||||
}
|
||||
|
||||
public static void setVSync(boolean enable) {
|
||||
PlatformInput.setVSync(enable);
|
||||
}
|
||||
|
||||
public static void update() {
|
||||
PlatformInput.update();
|
||||
}
|
||||
|
Reference in New Issue
Block a user