mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
fix name output
This commit is contained in:
parent
83a4fd6462
commit
3bcafbe7b9
@ -52,7 +52,7 @@ VertexSlider::
|
||||
////////////////////////////////////////////////////////////////////
|
||||
void VertexSlider::
|
||||
output(ostream &out) const {
|
||||
out << get_type() << " " << get_name();
|
||||
out << get_type() << " " << *get_name();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user