From 0d4504017648b56a565216119a82166deb1f8d5d Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Sun, 15 May 2016 21:25:41 -0400 Subject: more efficient particles --- include/entities.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/entities.hpp') diff --git a/include/entities.hpp b/include/entities.hpp index 1c3b6ff..83b47b9 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -150,7 +150,7 @@ public: ~Particles(void){} // draws the particle - void draw(std::vector &verts, std::vector &tex) const; + void draw(std::vector &p) const; // updates a particle void update(float _gravity, float ground_y); -- cgit v1.2.3