Fixup! Prevent issue deleting PerfStats
This commit is contained in:
parent
6f0b009497
commit
0cffab04b5
3 changed files with 7 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue