diff options
Diffstat (limited to '')
-rw-r--r-- | src/rw/TexRead.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rw/TexRead.cpp b/src/rw/TexRead.cpp index 35417104..ad7d8fec 100644 --- a/src/rw/TexRead.cpp +++ b/src/rw/TexRead.cpp @@ -224,7 +224,7 @@ CanVideoCardDoDXT(void) #ifdef LIBRW // TODO #ifdef RW_OPENGL - return false + return false; #else return true; #endif |