default is only supported by 7.1, reverted to support 7.0 out of the box (no conflict)
This commit is contained in:
parent
660682a2a3
commit
1df0e88ae8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace GodotTools.Utils
|
||||||
{
|
{
|
||||||
continuation = null;
|
continuation = null;
|
||||||
exception = null;
|
exception = null;
|
||||||
result = default;
|
result = default(T);
|
||||||
IsCompleted = false;
|
IsCompleted = false;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue