Commit 0d2cd9b8 authored by 13정준영's avatar 13정준영

handtype 버그 수정

parent dd5c8a66
...@@ -85,7 +85,7 @@ public class PlayEngine : SingletonBehaviour<PlayEngine> ...@@ -85,7 +85,7 @@ public class PlayEngine : SingletonBehaviour<PlayEngine>
if (Input.GetKeyDown(KeyCode.Alpha2)) if (Input.GetKeyDown(KeyCode.Alpha2))
{ {
input.ray = Camera.main.ScreenPointToRay(Input.mousePosition); input.ray = Camera.main.ScreenPointToRay(Input.mousePosition);
input.hand = HandType.Left; input.hand = HandType.Right;
level.HandleInput(input); level.HandleInput(input);
} }
......
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