diff ParticleEngine.h @ 1390:613c77e51e38

Messed with spell effects drawing a bit.
author Nomad
date Thu, 18 Jul 2013 04:08:20 +0200
parents db395ce89ede
children 38df78aba732
line wrap: on
line diff
--- a/ParticleEngine.h	Wed Jul 17 00:40:15 2013 +0200
+++ b/ParticleEngine.h	Thu Jul 18 04:08:20 2013 +0200
@@ -23,9 +23,9 @@
   float x;
   float y;
   float z;
-  float flt_10;
-  float flt_14;
-  float flt_18;
+  float r;
+  float g;
+  float b;
   unsigned int uDiffuse;
   int timeToLive;
   unsigned int uTextureID;