aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp2
1 files changed, 1 insertions, 1 deletions
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);