Exemple #1
0
 public void Update(float delta)
 {
     camera.Update();
     userFace.Update(delta, this);
 }