Add Missing BE

- Checking the values in the debugger reminded me that these need to be swapped
This commit is contained in:
SuperDude88
2026-05-21 00:21:34 -04:00
parent 9abb6bafd1
commit 8ae35dc9ea
@@ -1757,11 +1757,11 @@ public:
#ifdef DUSK_TPHD
struct PolygonOffset {
f32 mFrontOffset;
f32 mFrontScale;
f32 mBackOffset;
f32 mBackScale;
f32 mClamp;
BE(f32) mFrontOffset;
BE(f32) mFrontScale;
BE(f32) mBackOffset;
BE(f32) mBackScale;
BE(f32) mClamp;
};
#endif