mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Fix iw4 FxGlassPiecePlace having wrong size due to accidentally using union instead of struct
This commit is contained in:
parent
f201dfafd8
commit
02b0f11c29
@ -2402,7 +2402,7 @@ namespace IW4
|
||||
|
||||
union FxGlassPiecePlace
|
||||
{
|
||||
union
|
||||
struct
|
||||
{
|
||||
FxSpatialFrame frame;
|
||||
float radius;
|
||||
|
Loading…
x
Reference in New Issue
Block a user