mirror of
https://github.com/halpz/re3.git
synced 2025-05-12 06:06:39 +03:00
started CStreaming
This commit is contained in:
parent
109cde810c
commit
922c73eeee
6 changed files with 388 additions and 18 deletions
|
@ -1009,7 +1009,7 @@ CRenderer::ScanSectorList_Priority(CPtrList *lists)
|
|||
case VIS_STREAMME:
|
||||
if(!CStreaming::ms_disableStreaming){
|
||||
CStreaming::RequestModel(ent->GetModelIndex(), 0);
|
||||
if(CStreaming::ms_aInfoForModel[ent->GetModelIndex()].m_loadState != STREAM_LOADED)
|
||||
if(CStreaming::ms_aInfoForModel[ent->GetModelIndex()].m_loadState != STREAMSTATE_LOADED)
|
||||
m_loadingPriority = true;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue