修复
This commit is contained in:
@@ -40,7 +40,7 @@ void CharacterObject::DisableController()
|
||||
|
||||
void CharacterObject::ControllerMsg(CONTROLLER_MSG_TYPE msgType, void *msgData)
|
||||
{
|
||||
// 摇杆移动(左)
|
||||
// 摇杆移动
|
||||
if (msgType == CONTROLLER_MSG_TYPE::CONTROLLER_MSG_TYPE_LEFT_JOYSTICK_MOVE)
|
||||
{
|
||||
Vec2 *pos = (Vec2 *)msgData;
|
||||
|
||||
Reference in New Issue
Block a user