summaryrefslogtreecommitdiff
path: root/DevIL/examples
diff options
context:
space:
mode:
authorDenton Woods <devil.imagelib@gmail.com>2009-01-15 13:44:53 +0000
committerDenton Woods <devil.imagelib@gmail.com>2009-01-15 13:44:53 +0000
commit3d169dfe2ddea913628be052859fb0ac932c019a (patch)
treee267dda29b8f8f766cf3bcb8dd0cd34c664e2386 /DevIL/examples
parent7149867ec4598dc78e34e4b507be2c68aa415161 (diff)
downloaddevil-3d169dfe2ddea913628be052859fb0ac932c019a.tar.gz
Removed testing line to convert to alpha.
Diffstat (limited to 'DevIL/examples')
-rw-r--r--DevIL/examples/windows_example/WindowsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevIL/examples/windows_example/WindowsTest.cpp b/DevIL/examples/windows_example/WindowsTest.cpp
index 8249551d..8e377d63 100644
--- a/DevIL/examples/windows_example/WindowsTest.cpp
+++ b/DevIL/examples/windows_example/WindowsTest.cpp
@@ -612,7 +612,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
//last_elapsed = cur_elapsed;
elapsed = 0;
- ilConvertImage(IL_ALPHA, IL_UNSIGNED_BYTE);
+ //ilConvertImage(IL_RGBA, IL_UNSIGNED_BYTE);
ilEnable(IL_NVIDIA_COMPRESS);
//ilEnable(IL_SQUISH_COMPRESS);
ilSetInteger(IL_DXTC_FORMAT, IL_DXT5);