added new line

This commit is contained in:
andreja6
2018-04-22 19:57:12 -07:00
parent 6cea4397f2
commit 8a6d7d0d8d

View File

@@ -749,6 +749,7 @@ int main(int argc, char** argv) {
settings.window.defaultIconFilename = GetFileInPath("/content/images/rico256c.png");
settings.window.resizable = true;
settings.writeLicenseFile = false;
//Using the damned SDL window now
SDLWindow* wnd = new SDLWindow(settings.window);
App app = App(settings, wnd);