Skip to content

Commit b53e9f6

Browse files
authored
solve issue #2178 (PBRTerrainTest typo) (#2181)
1 parent cb26042 commit b53e9f6

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)