Update textures in commit_action().

This commit is contained in:
Relintai 2022-11-18 11:26:20 +01:00
parent 3f4d2fa840
commit 75ae11780b
2 changed files with 6 additions and 5 deletions

View File

@ -77,6 +77,7 @@ func commit_action() -> void:
_actions_history.push_back(_current_action)
_redo_history.clear()
update_textures()
if current_tool == TOOL_CUT:
print("TODO")

File diff suppressed because one or more lines are too long