From 4a451417a5d0e007fa98ed44221a2afacaff1166 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Fri, 27 Dec 2024 17:47:14 -0600 Subject: [PATCH] Fixed wrong id --- src/port/hooks/list/EngineEvent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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