Skip to content

Commit ab0a936

Browse files
authored
Update LightsDebugState.java
1 parent e9ebf50 commit ab0a936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-core/src/main/java/com/jme3/environment/util/LightsDebugState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ private Spatial createSpotGizmo() {
163163
Node radiusNode = new Node(SPOT_LIGHT_RADIUS_NAME);
164164
gizmo.attachChild(radiusNode);
165165

166-
Geometry inRadius = createRadiusShape(SPOT_LIGHT_INNER_RADIUS_NAME, 0.8f); //0.875f);
166+
Geometry inRadius = createRadiusShape(SPOT_LIGHT_INNER_RADIUS_NAME, 0.8f); // 0.875f);
167167
radiusNode.attachChild(inRadius);
168168

169169
Geometry outRadius = createRadiusShape(SPOT_LIGHT_OUTER_RADIUS_NAME, 0.325f); // 0.125f);

0 commit comments

Comments
 (0)