mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Initialize class variables with default values in scene/ [2/2]
This commit is contained in:
@@ -39,7 +39,6 @@ Gradient::Gradient() {
|
||||
points.write[0].offset = 0;
|
||||
points.write[1].color = Color(1, 1, 1, 1);
|
||||
points.write[1].offset = 1;
|
||||
is_sorted = true;
|
||||
}
|
||||
|
||||
Gradient::~Gradient() {
|
||||
|
||||
Reference in New Issue
Block a user