mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-11 04:37:55 -04:00
Fix MSVC RelWithDebInfo/Release compilation after upstream merge
This commit is contained in:
@@ -101,7 +101,9 @@ JAHioNode* JAHioNode::getParent() {
|
||||
|
||||
void JAHioNode::listenPropertyEvent(const JORPropertyEvent* event) {
|
||||
propertyEvent(JAH_P_EVENT0, (uintptr_t)event->id);
|
||||
#if DEBUG
|
||||
JORReflexible::listenPropertyEvent(event);
|
||||
#endif
|
||||
propertyEvent(JAH_P_EVENT1, (uintptr_t)event->id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user