mirror of
https://github.com/Relintai/pandemonium_paint_experimental.git
synced 2024-11-07 16:52:10 +01:00
Update textures in commit_action().
This commit is contained in:
parent
3f4d2fa840
commit
75ae11780b
@ -77,6 +77,7 @@ func commit_action() -> void:
|
|||||||
|
|
||||||
_actions_history.push_back(_current_action)
|
_actions_history.push_back(_current_action)
|
||||||
_redo_history.clear()
|
_redo_history.clear()
|
||||||
|
update_textures()
|
||||||
|
|
||||||
if current_tool == TOOL_CUT:
|
if current_tool == TOOL_CUT:
|
||||||
print("TODO")
|
print("TODO")
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user