Normand Briere
2019-09-21 68e51d528bbddd9f611836d676c8773042ee845a
ParticleNode.java
....@@ -304,7 +304,7 @@
304304 {
305305 support = other;
306306
307
- link2support = support != null;
307
+ link2master = support != null;
308308 }
309309
310310 void resetMasterNode(boolean smooth)
....@@ -353,7 +353,7 @@
353353
354354 Object3D geo = test;
355355
356
- if (support != null && link2support)
356
+ if (support != null && link2master)
357357 geo = support;
358358
359359 if (live && Globals.isLIVE() && (display.DrawMode() == display.SHADOW || !Globals.RENDERSHADOW)) // june 2013