Skip to content

Commit efcecc0

Browse files
authored
fix
1 parent 46f2dc9 commit efcecc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jme3-examples/src/main/java/jme3test/light/TestGlobalLight.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ public void simpleInitApp() {
4848
localPointLight.setColor(ColorRGBA.Red);
4949

5050
globalPointLight.setColor(ColorRGBA.Green);
51-
51+
52+
Vector3f testOffset = new Vector3f(0, 0, 0);
5253
getCamera().setLocation(testOffset.add(new Vector3f(0, 0, 10)));
5354
getCamera().lookAt(testOffset, Vector3f.UNIT_Y);
5455

0 commit comments

Comments
 (0)