diff options
author | ehriche <eehrich@googlemail.com> | 2015-05-06 00:56:59 +0200 |
---|---|---|
committer | ehriche <eehrich@googlemail.com> | 2015-05-06 01:22:31 +0200 |
commit | 897a1aade5332753d9fda950d80495798cdc85b4 (patch) | |
tree | 53f4cab913ef39a1563704751df07d43ebfef42f /tools/editor/plugins/shader_graph_editor_plugin.cpp | |
parent | fe13c728fd44a1271f218685fc73ed4ba8d3ce7a (diff) | |
download | redot-engine-897a1aade5332753d9fda950d80495798cdc85b4.tar.gz |
optional formal changes
Diffstat (limited to 'tools/editor/plugins/shader_graph_editor_plugin.cpp')
-rw-r--r-- | tools/editor/plugins/shader_graph_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/plugins/shader_graph_editor_plugin.cpp b/tools/editor/plugins/shader_graph_editor_plugin.cpp index 1db901e56b..03fcbffa24 100644 --- a/tools/editor/plugins/shader_graph_editor_plugin.cpp +++ b/tools/editor/plugins/shader_graph_editor_plugin.cpp @@ -539,7 +539,6 @@ void GraphCurveMapEdit::_plot_curve(const Vector2& p_a,const Vector2& p_b,const if ((lastx != newx) || (lasty != newy)) { #if 0 - /* if(fix255) { /* use fixed array size (for the curve graph) */ |