diff options
| author | Rémi Verschelde | 2017-10-24 09:10:00 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-24 09:10:00 +0200 |
| commit | fffaec9da967279918ce2a0671d02d87407d5fb1 (patch) | |
| tree | 4e9d4c440895c57d0b7c247c9f738526057dcf51 /editor/plugins/canvas_item_editor_plugin.cpp | |
| parent | 16fde4c3b67db53de1ac077abc84a62441423e5e (diff) | |
| parent | 79dda1350da919f86ccde0e1421a675745cf651a (diff) | |
| download | godot-fffaec9da967279918ce2a0671d02d87407d5fb1.tar.gz godot-fffaec9da967279918ce2a0671d02d87407d5fb1.tar.zst godot-fffaec9da967279918ce2a0671d02d87407d5fb1.zip | |
Merge pull request #12372 from ISylvox/patch9rect-to-ninepatchrect
Finish Transition of Patch9Rect to NinePatchRect
[ci skip]
Diffstat (limited to 'editor/plugins/canvas_item_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/canvas_item_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/canvas_item_editor_plugin.cpp b/editor/plugins/canvas_item_editor_plugin.cpp index 70a6954fb..5782edd32 100644 --- a/editor/plugins/canvas_item_editor_plugin.cpp +++ b/editor/plugins/canvas_item_editor_plugin.cpp @@ -45,7 +45,7 @@ #include "scene/2d/screen_button.h" #include "scene/2d/sprite.h" #include "scene/gui/grid_container.h" -#include "scene/gui/patch_9_rect.h" +#include "scene/gui/nine_patch_rect.h" #include "scene/main/canvas_layer.h" #include "scene/main/viewport.h" #include "scene/resources/packed_scene.h" |
