mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Implement/match LegoAnimMMPresenter::FUN_1004b450 (#827)
This commit is contained in:

committed by
GitHub

parent
c617139d5b
commit
91d043a9ae
@@ -152,7 +152,7 @@ MxResult MxCompositeMediaPresenter::Tickle()
|
||||
break;
|
||||
case e_streaming:
|
||||
case e_repeating:
|
||||
case e_unk5:
|
||||
case e_freezing:
|
||||
case e_done: {
|
||||
for (MxCompositePresenterList::iterator it = m_list.begin(); it != m_list.end(); it++) {
|
||||
(*it)->Tickle();
|
||||
|
Reference in New Issue
Block a user