mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #14623 from volzhs/mesh-menu-theme
Fix theme for Mesh menu
This commit is contained in:
commit
1a065772d6
@ -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…
x
Reference in New Issue
Block a user