Fix offline progress freeze bug

This commit is contained in:
SpectralFlame 2023-02-22 14:22:18 -06:00
parent 316e43aa58
commit c2da5a269e

View File

@ -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 });