ui: Make splash screen DPI aware

This commit is contained in:
WerWolv
2021-08-04 18:57:53 +02:00
parent 0093d4418e
commit c75659db82
2 changed files with 23 additions and 10 deletions

View File

@@ -27,6 +27,8 @@ namespace hex::init {
float m_progress = 0;
std::string m_currTaskName;
float m_globalScale = 1.0F;
void initGLFW();
void initImGui();