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
e4d4388179
commit
0731d0d678
@ -3,4 +3,4 @@
|
|||||||
#include "port/hooks/impl/EventSystem.h"
|
#include "port/hooks/impl/EventSystem.h"
|
||||||
|
|
||||||
#define DISPLAY_UPDATE_EVENT_PRE EVENT_ID(1, EVENT_TYPE_PRE)
|
#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