Fix MSVC RelWithDebInfo/Release compilation after upstream merge

This commit is contained in:
Irastris
2026-03-27 23:28:24 -04:00
parent c4d0189175
commit 0b05eac79f
+2
View File
@@ -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);
}