mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-28 06:20:21 +02:00
remove examples warnings
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6090 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@ -359,12 +359,12 @@ int IRRCALLCONV main(int argc, char* argv[])
|
||||
int fps = driver->getFPS();
|
||||
if (1 || lastFPS != fps)
|
||||
{
|
||||
io::IAttributes * const attr = smgr->getParameters();
|
||||
core::stringw str = L"Q3 [";
|
||||
str += driver->getName();
|
||||
str += "] FPS:";
|
||||
str += fps;
|
||||
#ifdef _IRR_SCENEMANAGER_DEBUG
|
||||
io::IAttributes * const attr = smgr->getParameters();
|
||||
str += " Cull:";
|
||||
str += attr->getAttributeAsInt("calls");
|
||||
str += "/";
|
||||
|
Reference in New Issue
Block a user