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/plugins | |
parent | eed484d054d56ead9954158683105d200700e6fb (diff) |
Rename CubeMesh 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; |