Fix incorrect hue at initial installation
This commit is contained in:
parent
ad7f2ae105
commit
e198c2959d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class RendererBackend {
|
||||||
ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f);
|
ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f);
|
||||||
ImFont *title;
|
ImFont *title;
|
||||||
const char *prefPath;
|
const char *prefPath;
|
||||||
ImVec4 accent_color = ImVec4(280.0, 1.0, 1.0, 1.0);
|
ImVec4 accent_color = ImVec4(0.75, 1.0, 1.0, 1.0);
|
||||||
int Run();
|
int Run();
|
||||||
void SetWindowTitle(const char *title);
|
void SetWindowTitle(const char *title);
|
||||||
virtual void Init();
|
virtual void Init();
|
||||||
|
|
Loading…
Reference in a new issue