diff options
| author | Xavier Cho | 2018-04-08 12:28:24 +0900 |
|---|---|---|
| committer | Xavier Cho | 2018-04-17 07:39:37 +0900 |
| commit | 0ef3e0577b4c3889d19e6f301e06fba39e8187d5 (patch) | |
| tree | eb58943180f4c509caf990d2780782aa1f74f550 /modules/mono/glue/cs_files/GodotTaskScheduler.cs | |
| parent | 9e2e6bb1e236e5d99d74dca0cd5d31d533b76c2e (diff) | |
| download | godot-0ef3e0577b4c3889d19e6f301e06fba39e8187d5.tar.gz godot-0ef3e0577b4c3889d19e6f301e06fba39e8187d5.tar.zst godot-0ef3e0577b4c3889d19e6f301e06fba39e8187d5.zip | |
Diffstat (limited to 'modules/mono/glue/cs_files/GodotTaskScheduler.cs')
| -rw-r--r-- | modules/mono/glue/cs_files/GodotTaskScheduler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/glue/cs_files/GodotTaskScheduler.cs b/modules/mono/glue/cs_files/GodotTaskScheduler.cs index f587645a4..6bf25a89d 100644 --- a/modules/mono/glue/cs_files/GodotTaskScheduler.cs +++ b/modules/mono/glue/cs_files/GodotTaskScheduler.cs @@ -36,7 +36,7 @@ namespace Godot TryDequeue(task); } - return base.TryExecuteTask(task); + return TryExecuteTask(task); } protected sealed override bool TryDequeue(Task task) |
