Actually fix it this time...

This commit is contained in:
LoafyLemon 2024-05-18 21:14:06 +01:00
parent 64bdb6561b
commit acf68b0b26

View File

@ -409,7 +409,7 @@ init python in _console:
widget = renpy.get_widget("console", "consolevp")
widget.yadjustment._value = 9999999
console.run([content])
console.newer()
console.reset()
renpy.display.render.redraw(self, 0)
renpy.restart_interaction()