*** empty log message ***

This commit is contained in:
David Rose 2001-06-15 18:19:42 +00:00
parent 16d0953cd3
commit 90b87753ea
1 changed files with 1 additions and 1 deletions

View File

@ -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.