.. | .. |
---|
5374 | 5374 | if (tps != null && tps.length > 0 && tps[0].getLastPathComponent() instanceof Camera) |
---|
5375 | 5375 | // a camera |
---|
5376 | 5376 | { |
---|
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 |
---|
5378 | 5378 | { |
---|
5379 | 5379 | CameraPane.camerachangeframe = 0; // don't refuse it |
---|
5380 | 5380 | Globals.theRenderer.SetCamera((Camera) tps[0].getLastPathComponent()); |
---|
.. | .. |
---|
5426 | 5426 | |
---|
5427 | 5427 | void refreshContents(boolean cp) |
---|
5428 | 5428 | { |
---|
5429 | | - if (Globals.ADVANCED) |
---|
| 5429 | + if (Globals.SHOWINFO) |
---|
5430 | 5430 | //if (objectPanel.getSelectedIndex() == 2) // objectPanel.indexOfTab("Info")) |
---|
5431 | 5431 | if (!Globals.MOUSEDRAGGED && group.selection != null) // && !Globals.TIMERRUNNING) |
---|
5432 | 5432 | { |
---|