Fix wrong notification type in LegoRace::Notify (#1601)

This commit is contained in:
Christian Semmler
2025-07-02 13:43:57 -07:00
committed by GitHub
parent 40ec911811
commit 89fe7fa924
6 changed files with 23 additions and 25 deletions

View File

@@ -82,8 +82,8 @@ MxLong LegoRace::Notify(MxParam& p_param)
case c_notificationEndAction:
result = HandleEndAction((MxEndActionNotificationParam&) p_param);
break;
case c_notificationClick:
result = HandleClick((LegoEventNotificationParam&) p_param);
case c_notificationControl:
result = HandleControl((LegoControlManagerNotificationParam&) p_param);
break;
case c_notificationPathStruct:
result = HandlePathStruct((LegoPathStructNotificationParam&) p_param);