From 85f67fa4b91d05c0e02997a616caf743a4bd714e Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Fri, 20 May 2016 07:33:54 -0400 Subject: Basic particle stack overflow patch --- include/entities.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3