diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-12-27 17:47:14 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-12-27 17:47:14 -0600 |
| commit | 4a451417a5d0e007fa98ed44221a2afacaff1166 (patch) | |
| tree | b420b811c8922c0503f45910de21d14de508c7bc | |
| parent | f1c9454355cafb90f235569a0d5753cd8a210628 (diff) | |
Fixed wrong id
| -rw-r--r-- | src/port/hooks/list/EngineEvent.h | 2 |
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 |
