David Rose 23 лет назад
Родитель
Сommit
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);