diff options
| author | untodesu <kirill@untode.su> | 2025-09-11 15:10:18 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-11 15:10:18 +0500 |
| commit | a6ea7b7bbc66327cc2a957496f65dcfab5361cee (patch) | |
| tree | a4fda8a1a490bf1d88afe4e8d2f8814afdcc0de1 /game/client/main.cc | |
| parent | 8784cbfebcb8a0220fb947a6070032e20b80fc2f (diff) | |
| download | voxelius-a6ea7b7bbc66327cc2a957496f65dcfab5361cee.tar.bz2 voxelius-a6ea7b7bbc66327cc2a957496f65dcfab5361cee.zip | |
Update ImGui to a newer version with font scaling
Diffstat (limited to 'game/client/main.cc')
| -rw-r--r-- | game/client/main.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/client/main.cc b/game/client/main.cc index 72c116e..d7fcb1e 100644 --- a/game/client/main.cc +++ b/game/client/main.cc @@ -2,7 +2,6 @@ #include "core/io/cmdline.hh" #include "core/io/config_map.hh" -#include "core/resource/binfile.hh" #include "core/resource/image.hh" #include "core/resource/resource.hh" #include "core/utils/epoch.hh" @@ -221,7 +220,6 @@ int main(int argc, char** argv) spdlog::info("opengl: version: {}", reinterpret_cast<const char*>(glGetString(GL_VERSION))); spdlog::info("opengl: renderer: {}", reinterpret_cast<const char*>(glGetString(GL_RENDERER))); - BinFile::register_resource(); Image::register_resource(); TextureGUI::register_resource(); SoundEffect::register_resource(); |
