Fix interval training

pull/5/head
Ishaan Bhardwaj 2020-11-03 11:55:30 -05:00
parent 6776229bfb
commit c8544975d6
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ function IntervalTrainingGame:updateSectionTimes(old_level, new_level)
-- record new section
table.insert(self.section_times, self:getSectionTime())
self.section_start_time = self.frames
end
end
function IntervalTrainingGame:drawGrid(ruleset)