mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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
|
This code is duplicated in C++, in
|
||||||
P3DHost::determine_host_dir(). """
|
P3DHost::determine_host_dir(). """
|
||||||
|
|
||||||
|
if self.hostDir:
|
||||||
|
return
|
||||||
|
|
||||||
if hostDirBasename:
|
if hostDirBasename:
|
||||||
# If the contents.xml specified a host_dir parameter, use
|
# If the contents.xml specified a host_dir parameter, use
|
||||||
# it.
|
# it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user