1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Drop old ShaderGraph code, obsoleted by VisualShader

This commit is contained in:
Rémi Verschelde
2018-08-24 11:20:39 +02:00
parent 34e58fd831
commit e22f0515c9
58 changed files with 2115 additions and 12646 deletions

View File

@@ -37,7 +37,6 @@
#include "editor/editor_node.h"
#include "editor/editor_settings.h"
#include "editor/property_editor.h"
#include "scene/resources/shader_graph.h"
#include "servers/visual/shader_types.h"
/*** SHADER SCRIPT EDITOR ****/