diff options
| author | Rémi Verschelde | 2017-01-14 17:51:21 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-16 08:48:24 +0100 |
| commit | 40323407df65ef8f40648c51ab9b4574ea985d7f (patch) | |
| tree | 832aa84229b3f6c4f9bea20df501dda1ebbf95a6 /scene/resources/shader_graph.cpp | |
| parent | 3890256fc57eafb2db83d328b8caf772188e21d4 (diff) | |
| download | godot-40323407df65ef8f40648c51ab9b4574ea985d7f.tar.gz godot-40323407df65ef8f40648c51ab9b4574ea985d7f.tar.zst godot-40323407df65ef8f40648c51ab9b4574ea985d7f.zip | |
Diffstat (limited to 'scene/resources/shader_graph.cpp')
| -rw-r--r-- | scene/resources/shader_graph.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scene/resources/shader_graph.cpp b/scene/resources/shader_graph.cpp index 10f852f17..424f006f1 100644 --- a/scene/resources/shader_graph.cpp +++ b/scene/resources/shader_graph.cpp @@ -1993,8 +1993,7 @@ void ShaderGraph::_plot_curve(const Vector2& p_a,const Vector2& p_b,const Vector /* compose the basis and geometry matrices */ - static const float CR_basis[4][4] = - { + static const float CR_basis[4][4] = { { -0.5, 1.5, -1.5, 0.5 }, { 1.0, -2.5, 2.0, -0.5 }, { -0.5, 0.0, 0.5, 0.0 }, |
