Fix extra qualification.

git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@813 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
hybrid 2007-07-30 17:15:54 +00:00
parent 560ea9eee3
commit 5ee93a1b73

View File

@ -201,7 +201,7 @@ namespace scene
f32 width1);
//! Adds a static sphere mesh to the mesh pool.
IAnimatedMesh* CSceneManager::addSphereMesh(const c8* name,
IAnimatedMesh* addSphereMesh(const c8* name,
f32 radius, u32 polyCountX, u32 polyCountY);
//! Adds a particle system scene node.