[COMMITTED] No stats in SimplePassGame?

I guess they missed the stats in simple pass game…


Index: SimplePassGame.java
--- SimplePassGame.java Base (BASE)
+++ SimplePassGame.java Locally Modified (Based On LOCAL)
@@ -85,6 +85,8 @@
         /** Call simpleRender() in any derived classes. */
         simpleRender();
         
+        display.getRenderer().draw(statNode);
+       
         doDebug(display.getRenderer());
     }



Funny thing is, it is in the update method.   

Has this been put in?

Yup, I just did it right away since it immediately solved the no-stats in the SimplePass tests…



(thanx for checking nymon :))