Fix extra qualification.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@813 dfc29bdd-3216-0410-991c-e03cc46cb475master
parent
31eff65735
commit
9eeba07bc8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue