We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04da08f commit 13f41f6Copy full SHA for 13f41f6
jme3-examples/src/main/java/jme3test/terrain/PBRTerrainTest.java
@@ -1,7 +1,7 @@
1
package jme3test.terrain;
2
3
/*
4
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2024 jMonkeyEngine
5
* All rights reserved.
6
*
7
* Redistribution and use in source and binary forms, with or without
@@ -352,7 +352,7 @@ private void setUpLights() {
352
rootNode.addLight(directionalLight);
353
354
ambientLight = new AmbientLight();
355
- directionalLight.setColor(ColorRGBA.White);
+ ambientLight.setColor(ColorRGBA.White);
356
rootNode.addLight(ambientLight);
357
}
358
0 commit comments