diff --git a/Source/Core/VideoCommon/PixelShaderManager.h b/Source/Core/VideoCommon/PixelShaderManager.h index 5d3fe7257e..fc7f3609c7 100644 --- a/Source/Core/VideoCommon/PixelShaderManager.h +++ b/Source/Core/VideoCommon/PixelShaderManager.h @@ -55,7 +55,7 @@ public: bool dirty = false; // Constants for custom shaders - std::span custom_constants; + std::span custom_constants; bool custom_constants_dirty = false; private: