Fix IW4 XModel Surfaces not being copied even though they are being loaded into the temp block

This commit is contained in:
Jan
2021-05-08 14:02:38 +02:00
parent 4d37d37fd7
commit 54579deea4
3 changed files with 35 additions and 0 deletions

View File

@ -25,6 +25,7 @@ set count boneInfo numBones;
// XModelLodInfo
use XModelLodInfo;
set block modelSurfs XFILE_BLOCK_TEMP;
set action modelSurfs SetModelSurfs(XModelLodInfo, XModelSurfs);
set reusable modelSurfs;
set condition surfs never;