Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
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