mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 05:25:12 +00:00
still tick subticks in freelance mode
This commit is contained in:
parent
4acb6ccc09
commit
8b80009d92
1 changed files with 5 additions and 0 deletions
|
@ -1280,6 +1280,11 @@ bool DivEngine::nextTick(bool noAccum, bool inhibitLowLat) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
// still tick the subtick counter
|
||||||
|
if (--subticks<=0) {
|
||||||
|
subticks=tickMult;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
firstTick=false;
|
firstTick=false;
|
||||||
|
|
Loading…
Reference in a new issue