aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-22 11:52:29 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-22 11:52:29 -0400
commit19ba40a368b06c38365fe861b6de9403044096a7 (patch)
tree2b062700490bae48d6e756d2138a1e2fd7c37a3b /include/entities.h
parentc99d7fb5e5c047709ccd4823e39ccb16c153eecb (diff)
Converted all of the entities to the new texture library
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h
index e71789a..43e744e 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -58,7 +58,7 @@ public:
char* name;
GENDER gender;
- GLuint texture[3]; //TODO: ADD TEXTURES
+ //GLuint texture[3]; //TODO: ADD TEXTURES
Texturec* tex;