diff options
| author | Rémi Verschelde | 2017-03-24 21:45:31 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-03-24 21:45:31 +0100 |
| commit | debeee56f721178d44f71deb4e303b825d1dccd1 (patch) | |
| tree | 6c88f378419a5760bbe919c48c87d1c71a6ea548 /editor/plugins/shader_graph_editor_plugin.cpp | |
| parent | c103f32ea3b19c3588d54dcef98e307f8b823f4c (diff) | |
| download | godot-debeee56f721178d44f71deb4e303b825d1dccd1.tar.gz godot-debeee56f721178d44f71deb4e303b825d1dccd1.tar.zst godot-debeee56f721178d44f71deb4e303b825d1dccd1.zip | |
Diffstat (limited to 'editor/plugins/shader_graph_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/shader_graph_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/shader_graph_editor_plugin.cpp b/editor/plugins/shader_graph_editor_plugin.cpp index d55c133dc..bff7dece2 100644 --- a/editor/plugins/shader_graph_editor_plugin.cpp +++ b/editor/plugins/shader_graph_editor_plugin.cpp @@ -2425,7 +2425,7 @@ void ShaderGraphView::_create_node(int p_id) { colors.push_back("ShadowColor"); colors.push_back("Diffuse"); colors.push_back("Specular"); - colors.push_back("Emmision"); + colors.push_back("Emission"); Array reals; reals.push_back("Alpha"); reals.push_back("DiffuseAlpha"); |
