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 76210fe commit 2e1a8dcCopy full SHA for 2e1a8dc
jme3-examples/src/main/java/jme3test/light/pbr/TestIssue1340.java
@@ -17,6 +17,8 @@
17
*/
18
public class TestIssue1340 extends SimpleApplication {
19
20
+ int frame;
21
+
22
public static void main(String[] args) {
23
TestIssue1340 testIssue1340 = new TestIssue1340();
24
testIssue1340.setSettings(createSettings());
@@ -44,13 +46,6 @@ public void simpleInitApp() {
44
46
viewPort.setBackgroundColor(ColorRGBA.LightGray);
45
47
}
48
- /**
- * #ifndef NB_PROBES
49
- * #define NB_PROBES 0
50
- * #endif
51
- */
52
- int frame;
53
-
54
@Override
55
public void simpleUpdate(float tpf) {
56
frame++;
0 commit comments