fixing unit tests compil

This commit is contained in:
Clément Le Bihan
2021-06-23 00:32:22 +02:00
parent 21c88122f4
commit 3ff26f11cb
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -196,6 +196,6 @@ namespace ComSquare
this->_tileViewer->focus();
else
this->_tileViewer = std::make_unique<Debugger::TileViewer>(*this, *this->ppu);
}
#endif
}
}