added new line
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -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);
|
||||
@@ -756,4 +757,4 @@ int main(int argc, char** argv) {
|
||||
|
||||
app.run();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user