cache: fix not invalidating vertexNormals in reset

This commit is contained in:
Adam
2018-03-17 21:07:31 -04:00
parent e4af1aa0da
commit 735052232c

View File

@@ -341,6 +341,7 @@ public class ModelDefinition
private void reset()
{
vertexNormals = null;
faceNormals = null;
faceTextureUCoordinates = faceTextureVCoordinates = null;
}