mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-25 05:09:20 -05:00
Implemented toggle light (#237)
* Implemented toggle light, moved common textures to imgui_utils * Fix compilation error.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include <ui/achievement_overlay.h>
|
||||
#include <ui/button_guide.h>
|
||||
#include <ui/fader.h>
|
||||
#include <ui/imgui_utils.h>
|
||||
#include <ui/installer_wizard.h>
|
||||
#include <ui/message_window.h>
|
||||
#include <ui/options_menu.h>
|
||||
@@ -1223,6 +1224,7 @@ static void CreateImGuiBackend()
|
||||
ImFontAtlasSnapshot::GenerateGlyphRanges();
|
||||
#endif
|
||||
|
||||
InitImGuiUtils();
|
||||
AchievementMenu::Init();
|
||||
AchievementOverlay::Init();
|
||||
ButtonGuide::Init();
|
||||
|
||||
Reference in New Issue
Block a user