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

Merge pull request #21356 from akien-mga/drop-shadergraph

Drop old ShaderGraph code, obsoleted by VisualShader
This commit is contained in:
Rémi Verschelde
2018-08-24 15:02:26 +02:00
committed by GitHub
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 ****/