mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
*** empty log message ***
This commit is contained in:
parent
79c9acef38
commit
bd1ffd114f
@ -402,7 +402,9 @@ set_matched_anything(bool matched_anything) {
|
||||
////////////////////////////////////////////////////////////////////
|
||||
void SourceEgg::
|
||||
write_pi(ostream &out) const {
|
||||
out << "egg " << get_egg_filename() << " in";
|
||||
Filename absolute_filename = get_egg_filename();
|
||||
absolute_filename.make_absolute();
|
||||
out << "egg " << absolute_filename << " in";
|
||||
PaletteGroups::const_iterator gi;
|
||||
for (gi = _groups.begin(); gi != _groups.end(); ++gi) {
|
||||
out << " " << (*gi)->get_name();
|
||||
|
Loading…
x
Reference in New Issue
Block a user