Пример #1
0
 public void UpdateTick(int ticksSinceLastUpdate)
 {
     currentTime_ += ticksSinceLastUpdate;
     points_.Update(currentTime_);
 }