1
0
mirror of synced 2025-03-03 16:34:19 +01:00

impr: Make scalable font the default

This commit is contained in:
WerWolv 2025-01-26 14:26:57 +01:00
parent 403104dda1
commit 7340a30650

View File

@ -19,7 +19,7 @@ namespace hex::fonts {
private:
std::string m_selectedFontName;
bool m_pixelPerfectFont = true;
bool m_pixelPerfectFont = false;
};
class SliderPoints : public ContentRegistry::Settings::Widgets::SliderFloat {