diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-07 08:40:43 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-07 08:40:43 -0400 |
commit | 40efc2db79c205d122ca9557c9cd0d5679a37446 (patch) | |
tree | d6a227b598ca890de6ecf566a2c6dd2350d17e74 /src/common.cpp | |
parent | f28fda996331de5dac8fc2f20ea0898527239fe5 (diff) | |
parent | aad308a8938135a9fd2614f2cf47774918539847 (diff) |
world improvement
Diffstat (limited to 'src/common.cpp')
-rw-r--r-- | src/common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp index 373c08c..1152be7 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -4,7 +4,7 @@ GLuint loadTexture(const char *fileName){ SDL_Surface *image = IMG_Load(fileName); //SDL_DisplayFormatAlpha(image); - + unsigned object(0); glGenTextures(1, &object); |