mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 14:49:02 -06:00
Fix interval training
This commit is contained in:
parent
6776229bfb
commit
c8544975d6
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user