diff options
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 83b47b9..93c1caa 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -150,7 +150,7 @@ public: ~Particles(void){} // draws the particle - void draw(std::vector<GLfloat> &p) const; + void draw(GLfloat*& p) const; // updates a particle void update(float _gravity, float ground_y); |