We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ebf50 commit ab0a936Copy full SHA for ab0a936
jme3-core/src/main/java/com/jme3/environment/util/LightsDebugState.java
@@ -163,7 +163,7 @@ private Spatial createSpotGizmo() {
163
Node radiusNode = new Node(SPOT_LIGHT_RADIUS_NAME);
164
gizmo.attachChild(radiusNode);
165
166
- Geometry inRadius = createRadiusShape(SPOT_LIGHT_INNER_RADIUS_NAME, 0.8f); //0.875f);
+ Geometry inRadius = createRadiusShape(SPOT_LIGHT_INNER_RADIUS_NAME, 0.8f); // 0.875f);
167
radiusNode.attachChild(inRadius);
168
169
Geometry outRadius = createRadiusShape(SPOT_LIGHT_OUTER_RADIUS_NAME, 0.325f); // 0.125f);
0 commit comments