Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -243,7 +243,6 @@ public class Move : MonoBehaviour | ... | @@ -243,7 +243,6 @@ public class Move : MonoBehaviour |
243 | //lsy end | 243 | //lsy end |
244 | 244 | ||
245 | exercise = ClickExercise.selected_exercise; //ClickExercise에서 선택한 운동이 무엇인지 String으로 넘어옴. | 245 | exercise = ClickExercise.selected_exercise; //ClickExercise에서 선택한 운동이 무엇인지 String으로 넘어옴. |
246 | - exercise = "Lunge"; | ||
247 | Debug.Log(exercise); //Squat, SideHiKick, Lunge 에 따라서 Trainer움직이고, 사용자에게 instruction주기 | 246 | Debug.Log(exercise); //Squat, SideHiKick, Lunge 에 따라서 Trainer움직이고, 사용자에게 instruction주기 |
248 | 247 | ||
249 | if (exercise == "Squat") | 248 | if (exercise == "Squat") | ... | ... |
-
Please register or login to post a comment