Make OpenSimplex and VisualScript modules not depend on the editor

This commit is contained in:
Aaron Franke
2021-11-11 23:48:34 -06:00
parent aa1b13a96e
commit 2ad3d1bd7a
9 changed files with 20 additions and 16 deletions

View File

@ -35,9 +35,6 @@
#include "core/io/image.h"
#include "core/object/ref_counted.h"
#include "editor/editor_node.h"
#include "editor/editor_plugin.h"
#include "editor/property_editor.h"
class NoiseTexture : public Texture2D {
GDCLASS(NoiseTexture, Texture2D);