mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 07:18:11 -05:00
Fix iw4 FxGlassPiecePlace having wrong size due to accidentally using union instead of struct
This commit is contained in:
@ -2402,7 +2402,7 @@ namespace IW4
|
||||
|
||||
union FxGlassPiecePlace
|
||||
{
|
||||
union
|
||||
struct
|
||||
{
|
||||
FxSpatialFrame frame;
|
||||
float radius;
|
||||
|
Reference in New Issue
Block a user