diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-12-05 16:48:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-05 16:48:15 +0100 |
commit | c574b4d086a9d14123c6034be5048a24ff06c910 (patch) | |
tree | a234d29a7c1ae25ae67ba130904f92a9e23eb8c6 /editor/plugins | |
parent | 83cdc9d7b7ae4d90a3c6cb5dea3faff8ed137fd4 (diff) | |
parent | df6b061dbb8836489016b223452add2c8e2a4874 (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.h | 2 |
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; |