cache: fix not invalidating vertexNormals in reset
This commit is contained in:
@@ -341,6 +341,7 @@ public class ModelDefinition
|
||||
|
||||
private void reset()
|
||||
{
|
||||
vertexNormals = null;
|
||||
faceNormals = null;
|
||||
faceTextureUCoordinates = faceTextureVCoordinates = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user