可能存在的bug
This commit is contained in:
parent
339a2f6d56
commit
2d4cd9e007
@ -993,7 +993,7 @@ public class FighterGoCtrl : MonoBehaviour
|
||||
Transform Foot
|
||||
{
|
||||
get {
|
||||
if (mFoot == null)
|
||||
if (mFoot == null && mAvatarObject != null)
|
||||
{
|
||||
mFoot = mAvatarObject.transform.Find("foot_point");
|
||||
if (mFoot != null)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user