public void UpdateTick(int ticksSinceLastUpdate) { currentTime_ += ticksSinceLastUpdate; points_.Update(currentTime_); }