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')
-rw-r--r--src/render/tga.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/tga.cc b/src/render/tga.cc
index 317e2ac..b863d9b 100644
--- a/src/render/tga.cc
+++ b/src/render/tga.cc
@@ -65,7 +65,7 @@ TGA::image *TGA::load(const char *filename)
GLubyte length = 0;
GLubyte imgType = 0;
GLubyte bits = 0;
- GLushort channels = 0;
+ GLushort channels = 0;
GLushort stride = 0;
pFile = fopen(filename, "rb");