fixed building on windows (clangd is moron)
This commit is contained in:
@@ -118,8 +118,8 @@ void IEngine::Init()
|
||||
|
||||
// Init IO
|
||||
IVideo::Init();
|
||||
IInput::Init();
|
||||
IInput::SetInputMode(INPUT_MODE_MENU);
|
||||
Input()->Init();
|
||||
Input()->SetInputMode(INPUT_MODE_MENU);
|
||||
IFGUI::Init();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user