diff --git a/panda/src/gobj/config_gobj.cxx b/panda/src/gobj/config_gobj.cxx index 08ae30ae9d..4547f97cc3 100644 --- a/panda/src/gobj/config_gobj.cxx +++ b/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.