GUI: don't abort on font load failure

paving the way for custom fonts
This commit is contained in:
tildearrow 2022-02-14 18:00:04 -05:00
parent 1c3074bb43
commit 91579e09eb
4 changed files with 129 additions and 9 deletions

View file

@ -1,5 +1,4 @@
#include "../engine/engine.h"
#include "SDL_keycode.h"
#include "imgui.h"
#include "imgui_impl_sdl.h"
#include "imgui_impl_sdlrenderer.h"