We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90dcd8 commit d192cf5Copy full SHA for d192cf5
jme3-core/src/main/java/com/jme3/environment/util/LightsDebugState.java
@@ -98,8 +98,8 @@ public class LightsDebugState extends BaseAppState {
98
@Override
99
protected void initialize(Application app) {
100
101
+ this.viewPort = app.getRenderManager().createMainView("LightsDebugView", app.getCamera());
102
this.assetManager = app.getAssetManager();
- viewPort = app.getRenderManager().createMainView("EnvDebugView", app.getCamera());
103
debugNode = new Node("LightsDebugNode");
104
105
debugMaterial = new Material(assetManager, "Common/MatDefs/Misc/Unshaded.j3md");
0 commit comments