You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix theme for Mesh menu
This commit is contained in:
@@ -35,9 +35,9 @@
|
|||||||
#include "scene/3d/mesh_instance.h"
|
#include "scene/3d/mesh_instance.h"
|
||||||
#include "scene/gui/spin_box.h"
|
#include "scene/gui/spin_box.h"
|
||||||
|
|
||||||
class MeshInstanceEditor : public Node {
|
class MeshInstanceEditor : public Control {
|
||||||
|
|
||||||
GDCLASS(MeshInstanceEditor, Node);
|
GDCLASS(MeshInstanceEditor, Control);
|
||||||
|
|
||||||
enum Menu {
|
enum Menu {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user