We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6167060 commit d62cb55Copy full SHA for d62cb55
Assets/SharedAssets/Benchmark/PerformanceTestStage.cs
@@ -332,11 +332,8 @@ async Awaitable RunTestAsync()
332
while (
333
status != TestStageStatus.Stopped &&
334
(
335
- _recordingIndex < _frameDatas.Count ||
336
- (
337
- useFullTimeline && _playableDirector != null &&
338
- _playableDirector.state != PlayState.Paused
339
- )
+ useFullTimeline && _playableDirector != null &&
+ _playableDirector.state != PlayState.Paused
340
)
341
342
{
0 commit comments