diff mbox

[Branch,~glmark2-dev/glmark2/trunk] Rev 5: Add back output header string.

Message ID 20110721123630.17019.19659.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Alexandros Frantzis July 21, 2011, 12:36 p.m. UTC
------------------------------------------------------------
revno: 5
committer: Alexandros Frantzis <alf82@freemail.gr>
timestamp: Wed 2010-07-07 15:38:01 +0300
message:
  Add back output header string.
modified:
  scenebuild.cpp


--
lp:glmark2
https://code.launchpad.net/~glmark2-dev/glmark2/trunk

You are subscribed to branch lp:glmark2.
To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'scenebuild.cpp'
--- scenebuild.cpp	2010-07-07 12:29:59 +0000
+++ scenebuild.cpp	2010-07-07 12:38:01 +0000
@@ -71,6 +71,7 @@ 
         switch(mCurrentPart)
         {
         case 0:
+            printf("Precompilation\n");
             printf("    Vertex array                  FPS: %u\n", mAverageFPS[mCurrentPart]);
             break;
         case 1: