This commit is contained in:
Teejoon
2016-02-16 15:56:58 +01:00
parent 969e7cb0d5
commit 17da9a8036
9 changed files with 6612 additions and 7 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ struct ModelJob : RenderJob
void CalculateHash() override
{
Hash = TextureID + ModelID << 10 + ShaderID << 20;
Hash = ShaderID << 20 + ModelID << 10 + TextureID;
}
};