diff --git a/src/core/gpu_types.h b/src/core/gpu_types.h index 4f713b1c9..021f0d5bb 100644 --- a/src/core/gpu_types.h +++ b/src/core/gpu_types.h @@ -195,7 +195,7 @@ union GPUTexturePaletteReg u16 bits; BitField x; - BitField y; + BitField y; ALWAYS_INLINE u32 GetXBase() const { return static_cast(x) * 16u; } ALWAYS_INLINE u32 GetYBase() const { return static_cast(y); }