Fixed wrong id

This commit is contained in:
KiritoDv 2024-12-27 17:47:14 -06:00 committed by Lywx
parent e4d4388179
commit 0731d0d678

View File

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