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:
Elias Naur 2005-05-06 09:40:36 +00:00
parent 78e75012ba
commit 9902110033
2 changed files with 1 additions and 2 deletions

View file

@ -256,7 +256,6 @@ public final class Display {
initControls();
setVSyncEnabled(vsync);
window_created = true;
update();
}
private static void destroyWindow() {