Normand Briere
2019-08-27 dce400da7c65d659129abf9bc6e8f38b360a63d2
GroupEditor.java
....@@ -5374,7 +5374,7 @@
53745374 if (tps != null && tps.length > 0 && tps[0].getLastPathComponent() instanceof Camera)
53755375 // a camera
53765376 {
5377
- if (tps[0].getLastPathComponent() != Globals.theRenderer.LightCamera()) // Crash the camera because of invalid lightspace
5377
+ if (tps[0].getLastPathComponent() != Globals.theRenderer.LightCamera()) // Crashes the camera because of invalid lightspace
53785378 {
53795379 CameraPane.camerachangeframe = 0; // don't refuse it
53805380 Globals.theRenderer.SetCamera((Camera) tps[0].getLastPathComponent());
....@@ -5426,7 +5426,7 @@
54265426
54275427 void refreshContents(boolean cp)
54285428 {
5429
- if (Globals.ADVANCED)
5429
+ if (Globals.SHOWINFO)
54305430 //if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info"))
54315431 if (!Globals.MOUSEDRAGGED && group.selection != null) // && !Globals.TIMERRUNNING)
54325432 {