Commit 833ef0ae authored by 16이진형's avatar 16이진형

flatland 이동 보정 제거

parent 96abdbcc
......@@ -54,11 +54,11 @@ public class FlatlandMovement : MonoBehaviour
//넘어간만큼 보정.
//TODO : 좀더 엄밀하게 수정 필요.
Vector3 nowpos = transform.position;
nowpos.x = nowDest.x;
nowpos.z = nowDest.z;
//Vector3 nowpos = transform.position;
//nowpos.x = nowDest.x;
//nowpos.z = nowDest.z;
transform.position = nowpos;
//transform.position = nowpos;
if (dests.Count >= 1)
......
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