watchu think, maybe initialize the WSI platform?

This commit is contained in:
CocoSimone
2022-08-05 21:33:23 +02:00
parent d580dc6cdd
commit ef29e4797c
4 changed files with 8 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
Window::Window(std::shared_ptr<BaseCore> core) : core(std::move(core)) {
InitSDL();
LoadWSIPlatform();
InitImgui();
}