Fix theme for Mesh menu
This commit is contained in:
parent
56a44ca03e
commit
e8cc25a855
1 changed files with 2 additions and 2 deletions
|
@ -35,9 +35,9 @@
|
|||
#include "scene/3d/mesh_instance.h"
|
||||
#include "scene/gui/spin_box.h"
|
||||
|
||||
class MeshInstanceEditor : public Node {
|
||||
class MeshInstanceEditor : public Control {
|
||||
|
||||
GDCLASS(MeshInstanceEditor, Node);
|
||||
GDCLASS(MeshInstanceEditor, Control);
|
||||
|
||||
enum Menu {
|
||||
|
||||
|
|
Loading…
Reference in a new issue