Commit 3e18c78d authored by Chae Ho Shin's avatar Chae Ho Shin

Merge remote-tracking branch 'origin/model-ui-integration-work' into model-ui-integration-work

parents ea5a8ea2 9d74ef11
......@@ -113,7 +113,7 @@ public class FlatlandMovement : MonoBehaviour
/// <param name="path">상대좌표 x z 가 공간</param>
/// <param name="v"> 경로별 속력 0번은 0.0f </param>
/// <param isPatrol="isPatrol"> 왔다갔다 여부 </param>
public bool MoveToRetivePosition(List<Vector3> path, List<float> v,bool isPatrol = true)
public bool MoveToRetivePosition(List<Vector3> path, List<float> v,bool isPatrol = false)
{
if(!SetDestsAndVelecitysAsRelPositions(path, v))
{
......
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