diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f4b1105..3bac2dc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,7 +28,7 @@ int main() window.setVerticalSyncEnabled(true); text::load_strings("pl"); - assets::load(); + game::load_assets(); game.start(); |