From 99005ef42e0d32c8d99be1877a0770e8f8172b7d Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 11 Apr 2006 18:15:29 +0000 Subject: [PATCH] Enabled FBO by default --- panda/src/wgldisplay/config_wgldisplay.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/wgldisplay/config_wgldisplay.cxx b/panda/src/wgldisplay/config_wgldisplay.cxx index 40b6b01035..db75205301 100644 --- a/panda/src/wgldisplay/config_wgldisplay.cxx +++ b/panda/src/wgldisplay/config_wgldisplay.cxx @@ -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."));