mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
initial cwd in vfs
This commit is contained in:
parent
ac48fa90ad
commit
0f9dbf6b02
@ -495,6 +495,10 @@ get_global_ptr() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Finally, our cwd is initially from the environment, if that
|
||||
// maps into our new VFS.
|
||||
_global_ptr->chdir(ExecutionEnvironment::get_cwd());
|
||||
}
|
||||
|
||||
return _global_ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user