add bgra checking

This commit is contained in:
cxgeorge 2002-02-22 00:08:38 +00:00
parent a7e3405cd8
commit e1247ce046

View File

@ -638,6 +638,8 @@ void wglGraphicsWindow::config() {
}
}
gl_supports_bgr = (_extensions_str.find("GL_EXT_bgra")!=_extensions_str.npos);
if (gl_show_fps_meter) {
_start_time = timeGetTime();