GPUParticle: Fix typo in header file.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14846 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
e7a355c38e
commit
e2dc4d98df
@ -23,8 +23,8 @@ protected:
|
||||
virtual void draw() = 0;
|
||||
public:
|
||||
GPUParticle(scene::ISceneNode *parent, scene::ISceneManager* mgr, ITexture *tex);
|
||||
virtual void GPUParticle::render();
|
||||
virtual void GPUParticle::OnRegisterSceneNode();
|
||||
virtual void render();
|
||||
virtual void OnRegisterSceneNode();
|
||||
};
|
||||
|
||||
class ParticleSystemProxy : public scene::CParticleSystemSceneNode {
|
||||
|
Loading…
x
Reference in New Issue
Block a user