mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-12 23:23:20 +00:00
Fix offline progress freeze bug
This commit is contained in:
parent
316e43aa58
commit
c2da5a269e
@ -346,6 +346,7 @@ export function beginProcessReality(realityProps) {
|
||||
// Note: This is mostly a copy-paste of a code block in processManualReality() with slight modifications
|
||||
if (glyphsToProcess < 100) {
|
||||
for (let glyphNum = 0; glyphNum < glyphsToProcess; glyphNum++) {
|
||||
GlyphSelection.generate(GlyphSelection.choiceCount);
|
||||
if (EffarigUnlock.glyphFilter.isUnlocked) {
|
||||
const glyphChoices = GlyphSelection.glyphList(GlyphSelection.choiceCount,
|
||||
realityProps.gainedGlyphLevel, { rng });
|
||||
|
Loading…
Reference in New Issue
Block a user