Commit 9eeba07b authored by hybrid's avatar hybrid

Fix extra qualification.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@813 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 31eff657
...@@ -201,7 +201,7 @@ namespace scene ...@@ -201,7 +201,7 @@ namespace scene
f32 width1); f32 width1);
//! Adds a static sphere mesh to the mesh pool. //! 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); f32 radius, u32 polyCountX, u32 polyCountY);
//! Adds a particle system scene node. //! Adds a particle system scene node.
......
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