cleanup: namespace Montauk (capital M) => montauk::abi
This commit is contained in:
@@ -1053,7 +1053,7 @@ extern "C" void _start() {
|
||||
g_input.begin_frame();
|
||||
|
||||
// Process all pending events
|
||||
Montauk::WinEvent ev;
|
||||
montauk::abi::WinEvent ev;
|
||||
while (g_engine.poll(&ev)) {
|
||||
g_input.handle_event(ev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user