1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Add undo for Sprite Editor

This commit is contained in:
Tomasz Chabora
2019-04-23 21:10:44 +02:00
parent 36a54ffebb
commit a93ff8d210
4 changed files with 43 additions and 14 deletions

View File

@@ -84,7 +84,7 @@ class SpriteEditor : public Control {
void _create_collision_polygon_2d_node();
void _create_light_occluder_2d_node();
void _add_as_sibling_or_child(Node2D *p_own_node, Node2D *p_new_node);
void _add_as_sibling_or_child(Node *p_own_node, Node *p_new_node);
protected:
void _node_removed(Node *p_node);