aboutsummaryrefslogtreecommitdiff
path: root/engine/src/core/com/jme3/app/SimpleApplication.java
diff options
context:
space:
mode:
Diffstat (limited to 'engine/src/core/com/jme3/app/SimpleApplication.java')
-rw-r--r--engine/src/core/com/jme3/app/SimpleApplication.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/engine/src/core/com/jme3/app/SimpleApplication.java b/engine/src/core/com/jme3/app/SimpleApplication.java
index c79ce83..aa8e749 100644
--- a/engine/src/core/com/jme3/app/SimpleApplication.java
+++ b/engine/src/core/com/jme3/app/SimpleApplication.java
@@ -241,13 +241,6 @@ public abstract class SimpleApplication extends Application {
rootNode.updateGeometricState();
guiNode.updateGeometricState();
- // Moving this here to make sure it is always done.
- // Now the sets are cleared every frame (guaranteed)
- // and more than one viewer can access the data. This
- // used to be cleared by StatsView but then only StatsView
- // could get accurate counts.
- renderer.getStatistics().clearFrame();
-
// render states
stateManager.render(renderManager);
renderManager.render(tpf, context.isRenderable());