Skip to content

Commit 13f41f6

Browse files
committed
solve issue #2178 (PBRTerrainTest typo)
1 parent 04da08f commit 13f41f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jme3-examples/src/main/java/jme3test/terrain/PBRTerrainTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jme3test.terrain;
22

33
/*
4-
* Copyright (c) 2009-2021 jMonkeyEngine
4+
* Copyright (c) 2009-2024 jMonkeyEngine
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without
@@ -352,7 +352,7 @@ private void setUpLights() {
352352
rootNode.addLight(directionalLight);
353353

354354
ambientLight = new AmbientLight();
355-
directionalLight.setColor(ColorRGBA.White);
355+
ambientLight.setColor(ColorRGBA.White);
356356
rootNode.addLight(ambientLight);
357357
}
358358

0 commit comments

Comments
 (0)