mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
recursive lock
This commit is contained in:
parent
6895e25221
commit
25af05eef3
@ -724,7 +724,7 @@ load_related(const InternalName *suffix) const {
|
||||
if (ti != _related_textures.end()) {
|
||||
return (*ti).second;
|
||||
}
|
||||
if (!has_fullpath()) {
|
||||
if (_fullpath.empty()) {
|
||||
return (Texture*)NULL;
|
||||
}
|
||||
Filename main = _fullpath;
|
||||
|
Loading…
x
Reference in New Issue
Block a user