diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-12 08:03:57 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-12 08:03:57 -0400 |
commit | 5432b278f8ed8c9aaeccf1ee7a4da540787f965d (patch) | |
tree | 3c05fd2ae5cd481610b1e817b0152e12a71f9229 /include/entities.hpp | |
parent | 7487b029fa110388e90fd092bf3c3b9a4dcee08b (diff) |
RENDERING
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 3e78687..5159d24 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -149,7 +149,7 @@ public: ~Particles(void){} // draws the particle - std::vector<std::pair<vec2, vec3>> draw(void) const; + void draw(std::vector<GLfloat> &verts, std::vector<GLfloat> &tex) const; // updates a particle void update(float _gravity, float ground_y); |