Browse Source

*** empty log message ***

David Rose 24 years ago
parent
commit
90b87753ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/config_gobj.cxx

+ 1 - 1
panda/src/gobj/config_gobj.cxx

@@ -85,7 +85,7 @@ bool keep_geom_ram = config_gobj.GetBool("keep-geom-ram", true);
 // buffers) with the GSG for static geometry, when supported by the
 // GSG.  Set it false to use only immediate mode, which sends the
 // vertices to the GSG every frame.
-bool retained_mode = config_gobj.GetBool("retained-mode", true);
+bool retained_mode = config_gobj.GetBool("retained-mode", false);
 
 
 // Set this to specify how textures should be written into Bam files.