We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef133f4 commit 68cbf4cCopy full SHA for 68cbf4c
src/Tools/Draw.gd
@@ -142,14 +142,6 @@ func update_line_polylines(start : Vector2, end : Vector2) -> void:
142
_line_polylines = _create_polylines(indicator)
143
144
145
-func restore_image() -> void:
146
- var project : Project = Global.current_project
147
- var image = project.frames[project.current_frame].cels[project.current_layer].image
148
- image.unlock()
149
- image.data = _undo_data[image]
150
- image.lock()
151
-
152
153
func prepare_undo() -> void:
154
_undo_data = _get_undo_data()
155
0 commit comments