Commit bca9c67a authored by hybrid's avatar hybrid

Merge typo, forgot to fix the access type.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4617 dfc29bdd-3216-0410-991c-e03cc46cb475
parent e0c819b1
......@@ -1504,7 +1504,7 @@ void CSceneManager::drawAll()
}
#ifdef _IRR_SCENEMANAGER_DEBUG
Parameters.setAttribute("drawn_solid", (s32) SolidNodeList.size() );
Parameters->setAttribute("drawn_solid", (s32) SolidNodeList.size() );
#endif
SolidNodeList.set_used(0);
......@@ -1569,7 +1569,7 @@ void CSceneManager::drawAll()
}
#ifdef _IRR_SCENEMANAGER_DEBUG
Parameters.setAttribute ( "drawn_transparent", (s32) TransparentNodeList.size() );
Parameters->setAttribute ( "drawn_transparent", (s32) TransparentNodeList.size() );
#endif
TransparentNodeList.set_used(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment