This commit is contained in:
parent
4bce44849c
commit
622d1ee263
1 changed files with 11 additions and 0 deletions
|
@ -480,6 +480,17 @@ void CGameScene::think(int _frames)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __VERSION_DEBUG__
|
||||||
|
char buf[20];
|
||||||
|
sprintf(buf,"Frames: %d",_frames);
|
||||||
|
m_scalableFont->setTrans(0);
|
||||||
|
m_scalableFont->setSMode(0);
|
||||||
|
m_scalableFont->setColour(128,128,128);
|
||||||
|
m_scalableFont->setScale(300);
|
||||||
|
m_scalableFont->print(40,200,buf);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue