diff options
| author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-12-04 15:39:45 +0000 |
|---|---|---|
| committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-12-05 11:48:26 +0000 |
| commit | df6b061dbb8836489016b223452add2c8e2a4874 (patch) | |
| tree | f5bf9919de51419c5043cd553a10a2f3a7d6ee66 /editor/code_editor.cpp | |
| parent | eed484d054d56ead9954158683105d200700e6fb (diff) | |
| download | redot-engine-df6b061dbb8836489016b223452add2c8e2a4874.tar.gz | |
Rename CubeMesh BoxMesh
Diffstat (limited to 'editor/code_editor.cpp')
| -rw-r--r-- | editor/code_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/code_editor.cpp b/editor/code_editor.cpp index 823fd7e852..556b5717b3 100644 --- a/editor/code_editor.cpp +++ b/editor/code_editor.cpp @@ -873,7 +873,7 @@ Ref<Texture2D> CodeTextEditor::_get_completion_icon(const ScriptCodeCompletionOp tex = get_theme_icon("MemberMethod", "EditorIcons"); break; case ScriptCodeCompletionOption::KIND_PLAIN_TEXT: - tex = get_theme_icon("CubeMesh", "EditorIcons"); + tex = get_theme_icon("BoxMesh", "EditorIcons"); break; default: tex = get_theme_icon("String", "EditorIcons"); |
