Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/tga.h')
-rw-r--r--src/render/tga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/tga.h b/src/render/tga.h
index f24ab31..d4449a8 100644
--- a/src/render/tga.h
+++ b/src/render/tga.h
@@ -25,7 +25,7 @@ public:
} image;
- static void texture(GLuint textureArray[], const char *filename, int textureID);
+ static bool texture(GLuint textureArray[], const char *filename, int textureID);
protected:
static image *load(const char *filename);