diff --git a/XenosRecomp/shader_common.h b/XenosRecomp/shader_common.h index 57ff262..91973a1 100644 --- a/XenosRecomp/shader_common.h +++ b/XenosRecomp/shader_common.h @@ -59,7 +59,7 @@ struct PushConstants #define g_Booleans (*(reinterpret_cast(g_PushConstants.SharedConstants + 256))) #define g_SwappedTexcoords (*(reinterpret_cast(g_PushConstants.SharedConstants + 260))) -#define g_HalfPixelOffset (*(reinterpret_cast(g_PushConstants.SharedConstants + 264))) +#define g_HalfPixelOffset (*(reinterpret_cast(g_PushConstants.SharedConstants + 264))) #define g_AlphaThreshold (*(reinterpret_cast(g_PushConstants.SharedConstants + 272))) #else