Skip to content

Commit

Permalink
solve issue #2177 (PBRTerrainAdvancedTest typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 4, 2024
1 parent 04da08f commit c809f6c
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 c809f6c

Please sign in to comment.