We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53e9f6 commit 1b632a4Copy full SHA for 1b632a4
jme3-examples/src/main/java/jme3test/terrain/PBRTerrainAdvancedTest.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2024 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -444,7 +444,7 @@ private void setUpLights() {
444
rootNode.addLight(directionalLight);
445
446
ambientLight = new AmbientLight();
447
- directionalLight.setColor(ColorRGBA.White);
+ ambientLight.setColor(ColorRGBA.White);
448
rootNode.addLight(ambientLight);
449
}
450
0 commit comments