Fixed wrong id

This commit is contained in:
KiritoDv 2024-12-27 17:47:14 -06:00
parent f1c9454355
commit 4a451417a5

View File

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