imgui_utils: update selection textures

This commit is contained in:
Hyper
2025-02-05 11:45:49 +00:00
parent 2db4a9c78c
commit d3589979e4
4 changed files with 27 additions and 32 deletions

View File

@@ -18,8 +18,7 @@ constexpr float ANNOTATION_FONT_SIZE_MODIFIER = 0.6f;
extern std::unique_ptr<GuestTexture> g_texGeneralWindow;
extern std::unique_ptr<GuestTexture> g_texLight;
extern std::unique_ptr<GuestTexture> g_texSelectFade;
extern std::unique_ptr<GuestTexture> g_texSelectFill;
extern std::unique_ptr<GuestTexture> g_texSelect;
struct TextSegment {
bool annotated;