Fix uniform array hashing;

This commit is contained in:
bjorn 2019-11-26 11:34:39 -08:00
parent 25bdc05343
commit 2ecc1c552f
1 changed files with 1 additions and 0 deletions

View File

@ -2013,6 +2013,7 @@ static void lovrShaderSetupUniforms(Shader* shader) {
continue;
} else {
*subscript = '\0';
length = subscript - uniform.name;
}
}