|
|
@@ -78,7 +78,7 @@ bool keep_texture_ram = config_gobj.GetBool("keep-texture-ram", false);
|
|
|
// Ditto for Geom's. This is a little more dangerous, because if
|
|
|
// anyone calls release_all_geoms() on the GSG, we won't be able to
|
|
|
// restore them automatically.
|
|
|
-bool keep_geom_ram = config_gobj.GetBool("keep-geom-ram", false);
|
|
|
+bool keep_geom_ram = config_gobj.GetBool("keep-geom-ram", true);
|
|
|
|
|
|
// Set this true to allow the use of retained mode rendering, which
|
|
|
// creates specific cache information (like display lists or vertex
|