Skip to content

Commit

Permalink
Match MxDiskStreamProvider::FUN_100d1780 (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles authored Dec 28, 2024
1 parent a97934e commit 724a566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LEGO1/omni/src/stream/mxdiskstreamprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ MxResult MxDiskStreamProvider::FUN_100d1780(MxDSStreamingAction* p_action)

{
AUTOLOCK(m_criticalSection);
m_list.push_back(p_action);
m_list.PushBack(p_action);
}

m_unk0x35 = TRUE;
Expand Down

0 comments on commit 724a566

Please sign in to comment.