renpy / renpy-build

Build system for the Ren'Py visual novel engine. (The engine itself, not games.)
72 stars 50 forks source link

fix: remove `presplash` block #103

Closed qTich closed 9 months ago

qTich commented 9 months ago

When renpy.utter_restart is called, renpy.display.presplash.end will also be called due to the reinitialization of renpy.display.core.Interface, but the block with presplash will no longer exist in the DOM tree.