We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bfb124 commit 9cc2839Copy full SHA for 9cc2839
jme3-examples/src/main/java/jme3test/water/TestPostWater.java
@@ -74,7 +74,7 @@
74
*/
75
public class TestPostWater extends SimpleApplication {
76
77
- private static final Vector3f lightDir = new Vector3f(-4.9236743f, -1.27054665f, 5.896916f);
+ private final Vector3f lightDir = new Vector3f(-4.9236743f, -1.27054665f, 5.896916f);
78
private WaterFilter water;
79
80
public static void main(String[] args) {
0 commit comments