Normand Briere
2019-08-22 6a823ffbfcda4c843f46e02e83c869d5bc323e25
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