mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fix bug with alt_host
This commit is contained in:
parent
cdf186af65
commit
90bc292c07
@ -171,7 +171,7 @@ read_contents_file(const string &contents_filename) {
|
|||||||
const char *url = xalthost->Attribute("url");
|
const char *url = xalthost->Attribute("url");
|
||||||
if (url != NULL && _host_url == string(url)) {
|
if (url != NULL && _host_url == string(url)) {
|
||||||
// Yep, we're this alternate host.
|
// Yep, we're this alternate host.
|
||||||
read_xhost(xhost);
|
read_xhost(xalthost);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
xalthost = xalthost->NextSiblingElement("alt_host");
|
xalthost = xalthost->NextSiblingElement("alt_host");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user