diff --git a/src/rw/TexRead.cpp b/src/rw/TexRead.cpp index 1f96180b..13c200a1 100644 --- a/src/rw/TexRead.cpp +++ b/src/rw/TexRead.cpp @@ -294,7 +294,7 @@ CanVideoCardDoDXT(void) #ifdef LIBRW // TODO #ifdef RW_OPENGL - return false; + return rw::gl3::gl3Caps.dxtSupported; #else return true; #endif