From f49eb15dbc7b8d77ff9580ccd44d42b9969969fc Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Wed, 7 Oct 2015 08:35:15 -0400 Subject: Added walking animation to player --- src/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.cpp') diff --git a/src/common.cpp b/src/common.cpp index 124d999..62dc6af 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -19,7 +19,7 @@ GLuint loadTexture(const char *fileName){ SDL_Surface *image = IMG_Load(fileName); //SDL_DisplayFormatAlpha(image); - + unsigned object(0); glGenTextures(1, &object); -- cgit v1.2.3