summaryrefslogtreecommitdiffhomepage
path: root/App.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'App.cpp')
-rw-r--r--App.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/App.cpp b/App.cpp
index 99ac62f..4e607ef 100644
--- a/App.cpp
+++ b/App.cpp
@@ -15,6 +15,7 @@ App::App() :
InitWindow(800, 600, "Derelict");
SetWindowState(FLAG_WINDOW_RESIZABLE);
SetTargetFPS(60);
+ icons.draw_team_icons();
}