remis vSpeed privée après debug

This commit is contained in:
Jean-Sébastien Gervais 2016-04-09 00:40:52 -04:00
parent db498414a4
commit 00a6812a96

View File

@ -61,7 +61,7 @@ public class Astronaut : MonoBehaviour {
private float theta = 0;
private float height = 0;
public float vSpeed = 0;
private float vSpeed = 0;
private bool grounded = false;
private float walkTime = 0;