aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/gradient_editor_plugin.cpp
diff options
context:
space:
mode:
authorMarc Gilleron2017-06-24 21:28:22 +0200
committerMarc Gilleron2017-06-24 21:50:44 +0200
commit2bb1638b0a34f4f298e2db18354ea3aec3d63f61 (patch)
tree62497e95f8e64960caf7c632af7405d85d8f88ef /editor/plugins/gradient_editor_plugin.cpp
parent78468906abe7cda14a723aca634da1142a44fcc9 (diff)
downloadgodot-2bb1638b0a34f4f298e2db18354ea3aec3d63f61.tar.gz
godot-2bb1638b0a34f4f298e2db18354ea3aec3d63f61.tar.zst
godot-2bb1638b0a34f4f298e2db18354ea3aec3d63f61.zip
Diffstat (limited to 'editor/plugins/gradient_editor_plugin.cpp')
-rw-r--r--editor/plugins/gradient_editor_plugin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/plugins/gradient_editor_plugin.cpp b/editor/plugins/gradient_editor_plugin.cpp
index 9884db934..4aaa155cf 100644
--- a/editor/plugins/gradient_editor_plugin.cpp
+++ b/editor/plugins/gradient_editor_plugin.cpp
@@ -91,8 +91,7 @@ void GradientEditorPlugin::_ramp_changed() {
}
}
-void GradientEditorPlugin::_undo_redo_gradient(const Vector<float> &offsets,
- const Vector<Color> &colors) {
+void GradientEditorPlugin::_undo_redo_gradient(const Vector<float> &offsets, const Vector<Color> &colors) {
gradient_ref->set_offsets(offsets);
gradient_ref->set_colors(colors);