Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
bla
  • Loading branch information
aap committed Jun 26, 2019
1 parent d9b3c82 commit 50cce3e586381369cf8bbf2707574700b1d70b17
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/Streaming.cpp
@@ -953,7 +953,7 @@ CStreaming::IsTxdUsedByRequestedModels(int32 txdId)
int streamId;
int i;

for(si = ms_startRequestedList.m_next; si != &ms_startRequestedList; si = si->m_next){
for(si = ms_startRequestedList.m_next; si != &ms_endRequestedList; si = si->m_next){
streamId = si - ms_aInfoForModel;
if(streamId < STREAM_OFFSET_TXD &&
CModelInfo::GetModelInfo(streamId)->GetTxdSlot() == txdId)

0 comments on commit 50cce3e

Please sign in to comment.