made BasicDemo/Speculative Contacts demo a bit prettier

This commit is contained in:
erwin.coumans
2011-03-05 21:13:49 +00:00
parent 7a9c349a8c
commit b67da9e50a
4 changed files with 71 additions and 24 deletions

View File

@@ -1105,7 +1105,7 @@ void DemoApplication::showProfileInfo(int& xOffset,int& yStart, int yIncr)
sprintf(blockTime,"--- Profiling: %s (total running time: %.3f ms) ---", m_profileIterator->Get_Current_Parent_Name(), parent_time );
displayProfileString(xOffset,yStart,blockTime);
yStart += yIncr;
sprintf(blockTime,"press number (1,2...) to display child timings, or 0 to go up to parent" );
sprintf(blockTime,"press (1,2...) to display child timings, or 0 for parent" );
displayProfileString(xOffset,yStart,blockTime);
yStart += yIncr;