mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
compile error
This commit is contained in:
parent
ea126d3175
commit
a9992e3c07
@ -296,7 +296,7 @@ void MaxEggJoint::CreateMaxBone(void)
|
||||
mbstowcs(wname, _egg_joint->get_name().c_str(), 1023);
|
||||
_node->SetName(wname);
|
||||
#else
|
||||
_node->SetName(_egg_joint->get_name().c_str());
|
||||
_node->SetName((char*) _egg_joint->get_name().c_str());
|
||||
#endif
|
||||
|
||||
_node->SetObjOffsetRot(ooquat);
|
||||
|
Loading…
x
Reference in New Issue
Block a user