We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334a733 commit 826c860Copy full SHA for 826c860
jme3-core/src/main/java/com/jme3/scene/control/LightControl.java
@@ -137,7 +137,7 @@ private void validateSupportedLightType(Light light) {
137
break;
138
default:
139
throw new IllegalArgumentException(
140
- "LightControl does not support unknown Light type: " + light.getType());
+ "Unsupported Light type: " + light.getType());
141
}
142
143
0 commit comments