- Backend update from Raze.
This commit is contained in:
parent
53c2ac79e1
commit
c55dfbcddd
11 changed files with 100 additions and 22 deletions
|
|
@ -133,6 +133,7 @@ bool FMD3Model::Load(const char * path, int lumpnum, const char * buffer, int le
|
|||
|
||||
auto numFrames = LittleLong(hdr->Num_Frames);
|
||||
auto numSurfaces = LittleLong(hdr->Num_Surfaces);
|
||||
hasSurfaces = numSurfaces > 1;
|
||||
|
||||
numTags = LittleLong(hdr->Num_Tags);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue