mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fix output
This commit is contained in:
parent
0fbb4b671a
commit
0462921352
@ -235,7 +235,7 @@ output(ostream &out) const {
|
||||
|
||||
TexCoords::const_iterator ti;
|
||||
for (ti = _texcoords.begin(); ti != _texcoords.end(); ++ti) {
|
||||
out << "_texcoords[\"" << (*ti).first << "\"] = "
|
||||
out << "_texcoords[\"" << (*ti).first->get_name() << "\"] = "
|
||||
<< (void *)(*ti).second << "\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user