File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
OpenBarnyard/Source/Helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ void ATreeManager::Render()
608608 pRenderContext->SetModelViewMatrix ( matFOBTransform );
609609
610610 TModel* pModel = pFOBModel->m_pSceneObject ->GetInstance ()->GetModel ();
611- TModelLOD& rLOD = pModel->GetLOD ( iLODIndex );
611+ TModelLOD& rLOD = pModel->GetLOD ( 0 );
612612
613613 for ( TINT k = 0 ; k < rLOD.iNumMeshes ; k++ )
614614 rLOD.ppMeshes [ k ]->Render ();
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ workspace "OpenBarnyard"
2424 " BAN_OPCODE_AUTOLINK" ,
2525 " ICE_NO_DLL" ,
2626 " BARNYARD_COMMUNITY_PATCH" ,
27- " TMEMORY_USE_DLMALLOC" ,
27+ -- "TMEMORY_USE_DLMALLOC",
2828 -- "TOSHI_PROFILER",
2929 -- "TOSHI_PROFILER_MEMORY",
3030 -- "TRACY_ENABLE"
You can’t perform that action at this time.
0 commit comments