mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing compilation issues
This commit is contained in:
@@ -12,7 +12,11 @@ namespace mlx
|
||||
{
|
||||
EventBus::RegisterListener({[](const EventBase& event)
|
||||
{
|
||||
}, "__Application" });
|
||||
if(event.What() == Event::FatalErrorEventCode)
|
||||
{
|
||||
std::abort();
|
||||
}
|
||||
}, "__MlxApplication" });
|
||||
|
||||
m_fps.Init();
|
||||
SDLManager::Get().Init();
|
||||
|
||||
Reference in New Issue
Block a user