This commit is contained in:
andreja6
2018-06-10 20:26:46 -07:00

View File

@@ -132,7 +132,7 @@ Demo::Demo(const GAppSettings& settings,HWND parentWindow) { //: GApp(settings,w
} }
else else
{ {
MessageBox(NULL,"Oh No! Window not found!","Error",MB_OK); MessageBox(NULL,"Window not found!","Error",MB_OK);
return; return;
} }
_window = renderDevice->window(); _window = renderDevice->window();