impr: Refactor init logic

This commit is contained in:
WerWolv
2023-12-17 20:33:17 +01:00
parent a315ecb831
commit 7ad7ea061c
4 changed files with 202 additions and 18 deletions

View File

@@ -74,7 +74,7 @@ namespace hex::init {
ImGuiExt::Texture splashBackgroundTexture;
ImGuiExt::Texture splashTextTexture;
std::future<bool> tasksSucceeded;
std::array<Highlight, 3> highlights;
std::array<Highlight, 4> highlights;
float progressLerp = 0.0F;
};