mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Don't try to determine hostDir if it was provided
This commit is contained in:
parent
72184bcf16
commit
acb7eae95a
@ -386,6 +386,9 @@ class HostInfo:
|
||||
This code is duplicated in C++, in
|
||||
P3DHost::determine_host_dir(). """
|
||||
|
||||
if self.hostDir:
|
||||
return
|
||||
|
||||
if hostDirBasename:
|
||||
# If the contents.xml specified a host_dir parameter, use
|
||||
# it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user