Revert "fix: optimization: Various PVS-Studio warnings"
This commit is contained in:
@@ -12,7 +12,8 @@ Font::Font(std::vector<std::unique_ptr<Texture>> pages, int lineHeight, int yoff
|
||||
: lineHeight(lineHeight), yoffset(yoffset), pages(std::move(pages)) {
|
||||
}
|
||||
|
||||
Font::~Font() = default;
|
||||
Font::~Font(){
|
||||
}
|
||||
|
||||
int Font::getYOffset() const {
|
||||
return yoffset;
|
||||
|
||||
Reference in New Issue
Block a user