mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
fix continual rebuild when there is no phase directory in use
This commit is contained in:
parent
92cf58e6db
commit
db3d41d26f
@ -229,6 +229,7 @@ set_filename(const string &dirname, const string &basename) {
|
||||
Filename orig_alpha_filename = _alpha_filename;
|
||||
|
||||
_filename = Filename(dirname, basename);
|
||||
_filename.standardize();
|
||||
|
||||
// Since we use set_extension() here, if the file already contains a
|
||||
// filename extension it will be lost.
|
||||
|
Loading…
x
Reference in New Issue
Block a user