Browse Source

prefer-parasite-buffer

David Rose 17 years ago
parent
commit
b83c917981
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/display/config_display.cxx

+ 1 - 1
panda/src/display/config_display.cxx

@@ -113,7 +113,7 @@ ConfigVariableBool prefer_texture_buffer
           "same memory)."));
 
 ConfigVariableBool prefer_parasite_buffer
-("prefer-parasite-buffer", true,
+("prefer-parasite-buffer", false,
  PRC_DESC("Set this true to make GraphicsOutput::make_texture_buffer() try to "
           "create a ParasiteBuffer before it tries to create an offscreen "
           "buffer (assuming it could not create a direct render buffer for "