fixing compilation issues

This commit is contained in:
Kbz-8
2024-09-05 00:41:52 +02:00
parent 0a84ea6a18
commit 6eaf871d45
23 changed files with 140 additions and 59 deletions

View File

@@ -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();