summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3bac2dc..e503cad 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -24,12 +24,11 @@ int main()
size_t frame = 0;
double before = NAN;
+ game.interface = &interface;
debug_render = &render;
window.setVerticalSyncEnabled(true);
- text::load_strings("pl");
game::load_assets();
-
game.start();
while (1) {