[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/games/astrododge/src
From:       Rivo Laks <rivolaks () hot ! ee>
Date:       2009-07-22 15:14:11
Message-ID: 1248275651.829573.4924.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1001063 by rivol:

Show object count in statistics

 M  +1 -0      gameguiview.cpp  


--- trunk/playground/games/astrododge/src/gameguiview.cpp #1001062:1001063
@@ -269,6 +269,7 @@
 
     if (mShowRenderInfo) {
         QString statistics;
+        statistics += QString("Objects: %1\n").arg(mWorld->objects()->count());
         statistics += QString("Lights: %1  batches: %2  faces: %3\n")
                 .arg(renderInfo->lights()).arg(renderInfo->batches()).arg(renderInfo->faces());
         statistics += QString("State changes:\n");
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic