diff --git a/MG/MG_GL/State/Program/ProgramState.cpp b/MG/MG_GL/State/Program/ProgramState.cpp index 6a0a11e0..9a01da02 100644 --- a/MG/MG_GL/State/Program/ProgramState.cpp +++ b/MG/MG_GL/State/Program/ProgramState.cpp @@ -464,7 +464,7 @@ void ProgramState::CleanupShaders_() { template void UniformValue::setData(GLenum uniformType, GLsizei numElements, const T* values) { MG_Util::Debug::LogD("MG_State: Program: UniformValue::setData called, type=0x%X, count=%d", uniformType, numElements); - type = uniformType; + //type = uniformType; count = numElements; floatData.clear();