Example #1
0
 public virtual void update(GameTime time, GameLocation location)
 {
     position.UpdateExtrapolation(speed + addedSpeed);
     update(time, location, 0L, move: true);
 }