We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9182140 commit ca087f3Copy full SHA for ca087f3
src/window/gui/Gui.cpp
@@ -230,6 +230,7 @@ void Gui::ImGuiBackendInit() {
230
}
231
232
void Gui::LoadTextureFromRawImage(const std::string& name, const std::string& path) {
233
+ // GuiTexture (put in Gui)
234
const auto res = Context::GetInstance()->GetResourceManager()->GetArchiveManager()->LoadFileRaw(path);
235
236
if (!res) {
0 commit comments