Skip to content

Commit

Permalink
bugfix: multiple controls share a single "colorDay"
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Oct 18, 2024
1 parent b7106c4 commit 13e5a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SkyLibrary/src/main/java/jme3utilities/sky/SkyControl.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public class SkyControl extends SkyControlCore {
/**
* base color of the daytime sky: pale blue
*/
private static ColorRGBA colorDay
private ColorRGBA colorDay
= new ColorRGBA(0.4f, 0.6f, 1f, Constants.alphaMax);
/**
* texture scale for moon images; larger value gives a larger moon
Expand Down

0 comments on commit 13e5a34

Please sign in to comment.