Skip to content

Commit

Permalink
solve issue #2178 (PBRTerrainTest typo) (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold authored Jan 19, 2024
1 parent cb26042 commit b53e9f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package jme3test.terrain;

/*
* Copyright (c) 2009-2021 jMonkeyEngine
* Copyright (c) 2009-2024 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -352,7 +352,7 @@ private void setUpLights() {
rootNode.addLight(directionalLight);

ambientLight = new AmbientLight();
directionalLight.setColor(ColorRGBA.White);
ambientLight.setColor(ColorRGBA.White);
rootNode.addLight(ambientLight);
}

Expand Down

0 comments on commit b53e9f6

Please sign in to comment.