Fix interval training
This commit is contained in:
@@ -103,6 +103,7 @@ function IntervalTrainingGame:updateSectionTimes(old_level, new_level)
|
|||||||
-- record new section
|
-- record new section
|
||||||
table.insert(self.section_times, self:getSectionTime())
|
table.insert(self.section_times, self:getSectionTime())
|
||||||
self.section_start_time = self.frames
|
self.section_start_time = self.frames
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function IntervalTrainingGame:drawGrid(ruleset)
|
function IntervalTrainingGame:drawGrid(ruleset)
|
||||||
|
|||||||
Reference in New Issue
Block a user