diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-20 07:33:54 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-20 07:33:54 -0400 |
commit | 85f67fa4b91d05c0e02997a616caf743a4bd714e (patch) | |
tree | a01d54bfd4ce8f8b077e8bb61b0ac9ff839c5c2d /include | |
parent | 72941038ae15ed524e2a878d087d98bc97e946b4 (diff) |
Basic particle stack overflow patch
Diffstat (limited to 'include')
-rw-r--r-- | include/entities.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 93c1caa..82f80c7 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -109,6 +109,7 @@ class Particles{ public: // the location of the particle vec2 loc; + float zOffset; // the width of the particle, in pixels float width; |