mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-09 03:37:49 +03:00
Fixed wrong id
This commit is contained in:
parent
f1c9454355
commit
4a451417a5
@ -3,4 +3,4 @@
|
||||
#include "port/hooks/impl/EventSystem.h"
|
||||
|
||||
#define DISPLAY_UPDATE_EVENT_PRE EVENT_ID(1, EVENT_TYPE_PRE)
|
||||
#define DISPLAY_UPDATE_EVENT_POST EVENT_ID(2, EVENT_TYPE_POST)
|
||||
#define DISPLAY_UPDATE_EVENT_POST EVENT_ID(1, EVENT_TYPE_POST)
|
Loading…
Reference in New Issue
Block a user