diff --git a/include/PICA/shader.hpp b/include/PICA/shader.hpp index 6a233e92..be6c8966 100644 --- a/include/PICA/shader.hpp +++ b/include/PICA/shader.hpp @@ -76,7 +76,7 @@ public: u32 boolUniform; std::array intUniforms; - std::array floatUniforms; + std::array floatUniforms; std::array fixedAttributes; // Fixed vertex attributes std::array attributes; // Attributes past to the shader