Skip to content

Commit

Permalink
solve issue #2177 (PBRTerrainAdvancedTest typo) (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold authored Jan 19, 2024
1 parent b53e9f6 commit 1b632a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* 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 @@ -444,7 +444,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 1b632a4

Please sign in to comment.