Fix rare issues with Task Graph not waiting for system due to recent job system changes #721

This commit is contained in:
Wojciech Figat
2022-08-05 11:05:11 +02:00
parent 982e8df9b6
commit 9d8f75d957
2 changed files with 6 additions and 4 deletions

View File

@@ -59,8 +59,8 @@ private:
Array<TaskGraphSystem*, InlinedAllocation<64>> _systems;
Array<TaskGraphSystem*, InlinedAllocation<64>> _remaining;
Array<TaskGraphSystem*, InlinedAllocation<64>> _queue;
Array<int64, InlinedAllocation<64>> _labels;
TaskGraphSystem* _currentSystem = nullptr;
int64 _currentLabel = 0;
public:
/// <summary>