mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoLoopingAnimPresenter (#924)
This commit is contained in:

committed by
GitHub

parent
29a0e32739
commit
9a05edd0a7
@@ -180,7 +180,7 @@ void MxVideoPresenter::NextFrame()
|
||||
{
|
||||
MxStreamChunk* chunk = NextChunk();
|
||||
|
||||
if (chunk->GetFlags() & MxDSChunk::c_end) {
|
||||
if (chunk->GetChunkFlags() & DS_CHUNK_END_OF_STREAM) {
|
||||
m_subscriber->FreeDataChunk(chunk);
|
||||
ProgressTickleState(e_repeating);
|
||||
}
|
||||
|
Reference in New Issue
Block a user