Commit f8b17731 authored by SherryChaos's avatar SherryChaos

bug fix

parent 90a621c7
......@@ -86,7 +86,6 @@ namespace MDPro3
var animator = transform.GetChild(0).GetComponent<Animator>();
if (animator != null)
animator.cullingMode = AnimatorCullingMode.AlwaysAnimate;
gameObject.SetActive(false);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment