mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #31649 from exts/revert_notifyawaiter
reverted NotifyAwaiter<T> Reset() to support c#7.0
This commit is contained in:
commit
360d0bb6a3
@ -51,7 +51,7 @@ namespace GodotTools.Utils
|
||||
{
|
||||
continuation = null;
|
||||
exception = null;
|
||||
result = default;
|
||||
result = default(T);
|
||||
IsCompleted = false;
|
||||
return this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user