mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
minor build warnings
This commit is contained in:
parent
6f19329290
commit
84cb559f00
@ -129,7 +129,7 @@ has_filename() const {
|
||||
|
||||
string StitchImage::
|
||||
get_filename() const {
|
||||
return _filename;
|
||||
return _filename.get_fullpath();
|
||||
}
|
||||
|
||||
bool StitchImage::
|
||||
@ -139,7 +139,7 @@ has_fade_filename() const {
|
||||
|
||||
string StitchImage::
|
||||
get_fade_filename() const {
|
||||
return _fade_filename;
|
||||
return _fade_filename.get_fullpath();
|
||||
}
|
||||
|
||||
void StitchImage::
|
||||
|
Loading…
x
Reference in New Issue
Block a user