[Structs] Fix GfxBrushModel

This commit is contained in:
TheApadayo 2017-03-27 22:39:49 -04:00
parent d8e0958a9b
commit fc615ca035

View File

@ -3176,9 +3176,10 @@ namespace Game
{ {
GfxBrushModelWritable writable; GfxBrushModelWritable writable;
Bounds bounds; Bounds bounds;
unsigned int surfaceCount; float radius;
unsigned int startSurfIndex; unsigned short surfaceCount;
unsigned int surfaceCountNoDecal; unsigned short startSurfIndex;
unsigned short surfaceCountNoDecal;
}; };
struct MaterialMemory struct MaterialMemory