mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
Removed update() from Display.createWindow() as it caused garbage to appear as the first frame. Added a black background brush t win32 window class
This commit is contained in:
parent
78e75012ba
commit
9902110033
2 changed files with 1 additions and 2 deletions
|
|
@ -256,7 +256,6 @@ public final class Display {
|
|||
initControls();
|
||||
setVSyncEnabled(vsync);
|
||||
window_created = true;
|
||||
update();
|
||||
}
|
||||
|
||||
private static void destroyWindow() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue