fix output

This commit is contained in:
David Rose 2004-07-31 23:27:54 +00:00
parent 0fbb4b671a
commit 0462921352

View File

@ -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";
}