Fix extra qualification.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@813 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2007-07-30 17:15:54 +00:00
parent 31eff65735
commit 9eeba07bc8
1 changed files with 1 additions and 1 deletions

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.