mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
formatting
This commit is contained in:
parent
0434436a24
commit
a44e372fa5
@ -1022,12 +1022,10 @@ resolve_filename(const DSearchPath &searchpath,
|
||||
found = searchpath.find_file(try_ext.get_fullpath());
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
if (exists()) {
|
||||
// The full pathname exists. Return true.
|
||||
return true;
|
||||
|
||||
} else {
|
||||
// The full pathname doesn't exist with the given extension;
|
||||
// does it exist with the default extension?
|
||||
|
Loading…
x
Reference in New Issue
Block a user