You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fixup ColorRamp to Gradient renames
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef TOOLS_EDITOR_PLUGINS_COLOR_RAMP_EDITOR_PLUGIN_H_
|
||||
#define TOOLS_EDITOR_PLUGINS_COLOR_RAMP_EDITOR_PLUGIN_H_
|
||||
#ifndef GRADIENT_EDITOR_PLUGIN_H
|
||||
#define GRADIENT_EDITOR_PLUGIN_H
|
||||
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_plugin.h"
|
||||
@@ -65,9 +65,9 @@ class GradientEditorPlugin : public EditorPlugin {
|
||||
GDCLASS(GradientEditorPlugin, EditorPlugin);
|
||||
|
||||
public:
|
||||
virtual String get_name() const override { return "ColorRamp"; }
|
||||
virtual String get_name() const override { return "Gradient"; }
|
||||
|
||||
GradientEditorPlugin(EditorNode *p_node);
|
||||
};
|
||||
|
||||
#endif /* TOOLS_EDITOR_PLUGINS_COLOR_RAMP_EDITOR_PLUGIN_H_ */
|
||||
#endif // GRADIENT_EDITOR_PLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user