mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
use-vfs now on by default
This commit is contained in:
parent
87e0b810be
commit
41bbc4fa10
@ -105,4 +105,4 @@ get_sound_path() {
|
|||||||
// models, etc. Since the VirtualFileSystem maps to the same as the
|
// models, etc. Since the VirtualFileSystem maps to the same as the
|
||||||
// actual file system by default, there is probably no reason to set
|
// actual file system by default, there is probably no reason to set
|
||||||
// this false, except for testing or if you mistrust the new code.
|
// this false, except for testing or if you mistrust the new code.
|
||||||
const bool use_vfs = config_util.GetBool("use-vfs", false);
|
const bool use_vfs = config_util.GetBool("use-vfs", true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user