mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 23:13:01 +00:00
GUI: oops i missed something
This commit is contained in:
parent
8b79bf78a9
commit
031a61e771
1 changed files with 2 additions and 1 deletions
|
@ -4185,7 +4185,8 @@ bool FurnaceGUI::init() {
|
|||
ImGui::GetIO().ConfigFlags|=ImGuiConfigFlags_DockingEnable;
|
||||
ImGui::GetIO().IniFilename=finalLayoutPath;
|
||||
|
||||
static const ImWchar loadEverything[]={0x20,0xffff,0};
|
||||
// set to 800 for now due to problems with unifont
|
||||
static const ImWchar loadEverything[]={0x20,0x800,0};
|
||||
|
||||
if (settings.mainFont<0 || settings.mainFont>=5) settings.mainFont=0;
|
||||
if (settings.patFont<0 || settings.patFont>=5) settings.patFont=0;
|
||||
|
|
Loading…
Reference in a new issue