浏览代码

use-vfs now on by default

David Rose 23 年之前
父节点
当前提交
41bbc4fa10
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/putil/config_util.cxx

+ 1 - 1
panda/src/putil/config_util.cxx

@@ -105,4 +105,4 @@ get_sound_path() {
 // models, etc.  Since the VirtualFileSystem maps to the same as the
 // actual file system by default, there is probably no reason to set
 // 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);