* Attempts to fix Expression Editor crash caused by pickling the unpickleable
This commit is contained in:
LoafyLemon 2022-10-02 00:35:43 +01:00
parent caa2e5153e
commit a6ff9ed876
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ init python:
from renpy.parser import ParseError
from copy import deepcopy
class Editor(NoRollback):
class Editor(python_object):
def __init__(self):
self.node = None