mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-30 23:39:28 -05:00
Update window icon dynamically for Werehog
This commit is contained in:
@@ -106,6 +106,13 @@ int Window_OnSDLEvent(void*, SDL_Event* event)
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case SDL_USER_EVILSONIC:
|
||||
{
|
||||
Window::s_isIconNight = event->user.code;
|
||||
Window::SetIcon(Window::s_isIconNight);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
for (auto listener : Window::s_eventListeners)
|
||||
|
||||
Reference in New Issue
Block a user