From 41bbc4fa1018e120982bf08c7e2738534628e4f9 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 5 Aug 2002 21:39:46 +0000 Subject: [PATCH] use-vfs now on by default --- panda/src/putil/config_util.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/putil/config_util.cxx b/panda/src/putil/config_util.cxx index 6d501413e4..64cd6e0bfb 100644 --- a/panda/src/putil/config_util.cxx +++ b/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);