Fix rare issues with Task Graph not waiting for system due to recent job system changes #721
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user