bugfix, presumably

This commit is contained in:
2018-01-07 17:42:49 -05:00
parent dc052bbc69
commit cde7779f51
+1 -1
View File
@@ -116,7 +116,7 @@ func (p *Process) generation() uint {
} }
func (p *Process) startTicker() { func (p *Process) startTicker() {
if p.cfg.TickDuration == 0 || p.cfg.IdleTick == nil { if p.cfg.TickDuration == 0 {
return return
} }