mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 06:57:26 +00: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 FxGlassPiecePlace
|
||||||
{
|
{
|
||||||
union
|
struct
|
||||||
{
|
{
|
||||||
FxSpatialFrame frame;
|
FxSpatialFrame frame;
|
||||||
float radius;
|
float radius;
|
||||||
|
Reference in New Issue
Block a user