From 19ba40a368b06c38365fe861b6de9403044096a7 Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Thu, 22 Oct 2015 11:52:29 -0400 Subject: Converted all of the entities to the new texture library --- include/entities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3