Merge remote-tracking branch 'origin/main' into 26-03-28-movie-player

This commit is contained in:
PJB3005
2026-03-29 03:16:24 +02:00
9 changed files with 95 additions and 63 deletions
+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);
}