]> git.localhorst.tv Git - blank.git/commitdiff
blank screen before doing anything serious
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 13 Aug 2015 14:45:54 +0000 (16:45 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 13 Aug 2015 14:45:54 +0000 (16:45 +0200)
src/app/runtime.cpp

index ff699794c95f15e2604a45a6ec57e9b289aab4cb..72a51da2b6eef53e7e376e3d60693bc472b28dde 100644 (file)
@@ -49,7 +49,8 @@ Environment::Environment(Window &win, const string &asset_path)
 , window(win)
 , assets(asset_path)
 , counter() {
-
+       viewport.Clear();
+       window.Flip();
 }