FYI, I get this error.
Dunno if it matters, but I'm running on Linux:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 2497, in script
scene SC25SH05 with dissolve (3.0)
TypeError: 'Dissolve' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 2497, in script
scene SC25SH05 with dissolve (3.0)
File "/home/rabbit/rabbit/Sin heels/renpy/ast.py", line 1363, in execute
renpy.exports.with_statement(trans, paired=paired)
File "/home/rabbit/rabbit/Sin heels/renpy/exports.py", line 1781, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "/home/rabbit/rabbit/Sin heels/renpy/display/core.py", line 1548, in do_with
return self.interact(trans_pause=True,
File "/home/rabbit/rabbit/Sin heels/renpy/display/core.py", line 2165, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/home/rabbit/rabbit/Sin heels/renpy/display/core.py", line 2608, in interact_core
trans = instantiate_transition(None, old_root, layers_root)
File "/home/rabbit/rabbit/Sin heels/renpy/display/core.py", line 2518, in instantiate_transition
trans = self.ongoing_transition[layer](
TypeError: 'Dissolve' object is not callable
Linux-6.8.12-200.fsync.fc39.x86_64-x86_64-with-glibc2.38 x86_64
Ren'Py 8.2.1.24030407
Sin Heels 1.0
Sun Aug 11 02:29:18 2024
```