mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-02 20:56:33 -04:00
Fixed wrong id
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user