Browse Source

Update exception message

Wyatt Gillette 3 tháng trước cách đây
mục cha
commit
826c86060e

+ 1 - 1
jme3-core/src/main/java/com/jme3/scene/control/LightControl.java

@@ -137,7 +137,7 @@ public class LightControl extends AbstractControl {
                 break;
             default:
                 throw new IllegalArgumentException(
-                        "LightControl does not support unknown Light type: " + light.getType());
+                        "Unsupported Light type: " + light.getType());
         }
     }