[Structs] Fix GfxBrushModel
This commit is contained in:
parent
d8e0958a9b
commit
fc615ca035
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user