We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2632bd9 commit 81fbfd9Copy full SHA for 81fbfd9
jme3-core/src/main/java/com/jme3/scene/control/LightControl.java
@@ -314,7 +314,7 @@ public void write(JmeExporter ex) throws IOException {
314
@Override
315
public String toString() {
316
return getClass().getSimpleName() +
317
- "[light=" + light +
+ "[light=" + (light != null ? light.getType() : null) +
318
", controlDir=" + controlDir +
319
", axisRotation=" + axisRotation +
320
", invertAxisDirection=" + invertAxisDirection +
0 commit comments