Bugfix
* Attempts to fix Expression Editor crash caused by pickling the unpickleable
This commit is contained in:
parent
caa2e5153e
commit
a6ff9ed876
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user