Fixup! Prevent issue deleting PerfStats

This commit is contained in:
James Rowe 2019-08-16 21:33:16 -06:00
parent 6f0b009497
commit 0cffab04b5
3 changed files with 7 additions and 7 deletions

View file

@ -216,7 +216,7 @@ public:
/// Gets a const reference to the video dumper backend
const VideoDumper::Backend& VideoDumper() const;
std::unique_ptr<PerfStats> perf_stats = std::make_unique<PerfStats>(0);
std::unique_ptr<PerfStats> perf_stats;
FrameLimiter frame_limiter;
void SetStatus(ResultStatus new_status, const char* details = nullptr) {