summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-12-27 17:47:14 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-12-27 17:47:14 -0600
commit4a451417a5d0e007fa98ed44221a2afacaff1166 (patch)
treeb420b811c8922c0503f45910de21d14de508c7bc
parentf1c9454355cafb90f235569a0d5753cd8a210628 (diff)
Fixed wrong id
-rw-r--r--src/port/hooks/list/EngineEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/hooks/list/EngineEvent.h b/src/port/hooks/list/EngineEvent.h
index fb2ed47e..8491edc9 100644
--- a/src/port/hooks/list/EngineEvent.h
+++ b/src/port/hooks/list/EngineEvent.h
@@ -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) \ No newline at end of file
+#define DISPLAY_UPDATE_EVENT_POST EVENT_ID(1, EVENT_TYPE_POST) \ No newline at end of file