aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 298fc6b..c3a0a6b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -226,8 +226,8 @@ int main(int argc, char *argv[])
const bool &run = game::engine.shouldRun;
while (run) {
- game::engine.render(0);
render();
+ game::engine.render(0);
}
thMain.join();