diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-22 11:52:29 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-22 11:52:29 -0400 |
commit | 19ba40a368b06c38365fe861b6de9403044096a7 (patch) | |
tree | 2b062700490bae48d6e756d2138a1e2fd7c37a3b /include/entities.h | |
parent | c99d7fb5e5c047709ccd4823e39ccb16c153eecb (diff) |
Converted all of the entities to the new texture library
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 2 |
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; |