Normand Briere
2019-08-15 24a2a946b35279605e645349bd6b82e9e60aac88
cSpring.java
....@@ -1724,7 +1724,7 @@
17241724
17251725 // Phys.matrix.Transform(normal);
17261726
1727
- if (position instanceof Vertex)
1727
+ if (position instanceof Vertex && ((Vertex)position).norm != null)
17281728 ((Vertex)position).norm.set(normal.x,normal.y,normal.z);
17291729 }
17301730