NcStudios / NcEngine

NcEngine: 3D game engine written in modern C++ and Vulkan
https://ncstudios.itch.io/
MIT License
36 stars 2 forks source link

Crash on font load with NcGraphics disabled #639

Open McCallisterRomer opened 1 month ago

McCallisterRomer commented 1 month ago

Sample crashes with graphicsEnabled=0 due to font loading trying to run ImGui stuff without an context initialized.