File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
jme3-core/src/main/java/com/jme3/environment/util Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ public class LightsDebugState extends BaseAppState {
8484 private final ArrayDeque <Light > lightDeque = new ArrayDeque <>();
8585 private Predicate <Light > lightFilter = x -> true ; // Identity Function
8686
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
87+ private ViewPort viewPort ;
88+ private AssetManager assetManager ;
89+ private Material debugMaterial ;
90+ private Node debugNode ;
91+ private Spatial scene ; // The scene whose lights will be debugged
9292
9393 private boolean showOnTop = true ;
9494 private float lightProbeScale = 1.0f ;
You can’t perform that action at this time.
0 commit comments