Fix iw4 FxGlassPiecePlace having wrong size due to accidentally using union instead of struct

This commit is contained in:
Jan 2021-07-23 01:12:56 +02:00
parent f201dfafd8
commit 02b0f11c29

View File

@ -2402,7 +2402,7 @@ namespace IW4
union FxGlassPiecePlace union FxGlassPiecePlace
{ {
union struct
{ {
FxSpatialFrame frame; FxSpatialFrame frame;
float radius; float radius;