mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Remove unused struct in GradientTexture1D
This commit is contained in:
parent
a70e3ce4b3
commit
4e68cd0251
@ -619,15 +619,6 @@ public:
|
||||
class GradientTexture : public Texture {
|
||||
GDCLASS(GradientTexture, Texture);
|
||||
|
||||
public:
|
||||
struct Point {
|
||||
float offset;
|
||||
Color color;
|
||||
bool operator<(const Point &p_ponit) const {
|
||||
return offset < p_ponit.offset;
|
||||
}
|
||||
};
|
||||
|
||||
private:
|
||||
Ref<Gradient> gradient;
|
||||
bool update_pending;
|
||||
|
Loading…
Reference in New Issue
Block a user