diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-10-26 08:44:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 08:44:27 +0100 |
commit | 8ee44cc60ccedf8286b191218a2d25aa764ac413 (patch) | |
tree | 77f0eee56db6a6af344965558aaa23390027bf6e /scene/resources/texture.cpp | |
parent | ee770b02fc9d7bf51c5092f39439f3dd0f20ab16 (diff) | |
parent | 8ce2f401ddce843a433e6a20fdf5c24bb9cc5a6d (diff) |
Merge pull request #43075 from Xrayez/color-ramp-to-gradient
Fixup `ColorRamp` to `Gradient` renames
Diffstat (limited to 'scene/resources/texture.cpp')
-rw-r--r-- | scene/resources/texture.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scene/resources/texture.cpp b/scene/resources/texture.cpp index 255cf3df3a..39ef6eeafa 100644 --- a/scene/resources/texture.cpp +++ b/scene/resources/texture.cpp @@ -1707,12 +1707,6 @@ CurveTexture::~CurveTexture() { ////////////////// -//setter and getter names for property serialization -#define COLOR_RAMP_GET_OFFSETS "get_offsets" -#define COLOR_RAMP_GET_COLORS "get_colors" -#define COLOR_RAMP_SET_OFFSETS "set_offsets" -#define COLOR_RAMP_SET_COLORS "set_colors" - GradientTexture::GradientTexture() { update_pending = false; width = 2048; |