summaryrefslogtreecommitdiff
path: root/editor/plugins
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-12-05 16:48:15 +0100
committerGitHub <noreply@github.com>2020-12-05 16:48:15 +0100
commitc574b4d086a9d14123c6034be5048a24ff06c910 (patch)
treea234d29a7c1ae25ae67ba130904f92a9e23eb8c6 /editor/plugins
parent83cdc9d7b7ae4d90a3c6cb5dea3faff8ed137fd4 (diff)
parentdf6b061dbb8836489016b223452add2c8e2a4874 (diff)
Merge pull request #44091 from madmiraal/rename-cubemesh-boxmesh
Rename CubeMesh to BoxMesh
Diffstat (limited to 'editor/plugins')
-rw-r--r--editor/plugins/material_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/material_editor_plugin.h b/editor/plugins/material_editor_plugin.h
index a6df790620..570ba9ae03 100644
--- a/editor/plugins/material_editor_plugin.h
+++ b/editor/plugins/material_editor_plugin.h
@@ -55,7 +55,7 @@ class MaterialEditor : public Control {
Camera3D *camera;
Ref<SphereMesh> sphere_mesh;
- Ref<CubeMesh> box_mesh;
+ Ref<BoxMesh> box_mesh;
TextureButton *sphere_switch;
TextureButton *box_switch;