summaryrefslogtreecommitdiff
path: root/engine/xe_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/xe_engine.cpp')
-rw-r--r--engine/xe_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/xe_engine.cpp b/engine/xe_engine.cpp
index 2044c58..56222a9 100644
--- a/engine/xe_engine.cpp
+++ b/engine/xe_engine.cpp
@@ -8,7 +8,7 @@ Engine* Engine::getInstance() {
return _instance;
}
-Engine::Engine(int width, int height, std::string name) : xeWindow{width, height, name},
+Engine::Engine(int width, int height, std::string name, const char *icon) : xeWindow{width, height, name, icon},
xeDevice{xeWindow},
xeRenderer{xeWindow, xeDevice},
xeCamera{},