We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18d8a6 commit 21849d2Copy full SHA for 21849d2
1 file changed
jme3-core/src/main/java/com/jme3/environment/util/LightsDebugState.java
@@ -84,11 +84,11 @@ public class LightsDebugState extends BaseAppState {
84
private final ArrayDeque<Light> lightDeque = new ArrayDeque<>();
85
private Predicate<Light> lightFilter = x -> true; // Identity Function
86
87
- protected ViewPort viewPort;
88
- protected AssetManager assetManager;
89
- protected Material debugMaterial;
90
- protected Node debugNode;
91
- protected Spatial scene; // The scene whose lights will be debugged
+ private ViewPort viewPort;
+ private AssetManager assetManager;
+ private Material debugMaterial;
+ private Node debugNode;
+ private Spatial scene; // The scene whose lights will be debugged
92
93
private boolean showOnTop = true;
94
private float lightProbeScale = 1.0f;
0 commit comments