mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +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 FxGlassPiecePlace
|
||||||
{
|
{
|
||||||
union
|
struct
|
||||||
{
|
{
|
||||||
FxSpatialFrame frame;
|
FxSpatialFrame frame;
|
||||||
float radius;
|
float radius;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user