Attempt to fix game cooking regression from ef188d06c4
This commit is contained in:
@@ -18,7 +18,7 @@ protected:
|
||||
CriticalSection _locker;
|
||||
GPUSyncPoint _currentSyncPoint;
|
||||
int32 _totalTasksDoneCount = 0;
|
||||
Array<GPUTask*, InlinedAllocation<64>> _tasksSyncing;
|
||||
Array<GPUTask*> _tasksSyncing;
|
||||
|
||||
public:
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user