mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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);
|
mbstowcs(wname, _egg_joint->get_name().c_str(), 1023);
|
||||||
_node->SetName(wname);
|
_node->SetName(wname);
|
||||||
#else
|
#else
|
||||||
_node->SetName(_egg_joint->get_name().c_str());
|
_node->SetName((char*) _egg_joint->get_name().c_str());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
_node->SetObjOffsetRot(ooquat);
|
_node->SetObjOffsetRot(ooquat);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user