Enabled FBO by default

This commit is contained in:
Josh Yelon 2006-04-11 18:15:29 +00:00
parent 7108474f44
commit 99005ef42e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ConfigVariableBool gl_do_vidmemsize_check
"requested. It only affects fullscreen windows."));
ConfigVariableBool gl_support_fbo
("gl-support-fbo", false,
("gl-support-fbo", true,
PRC_DESC("Configure this false if your GL's implementation of "
"EXT_framebuffer_object is broken. The system might still be "
"able to create buffers using pbuffers or the like."));