Skip to content

Commit ca087f3

Browse files
committed
add todo
1 parent 9182140 commit ca087f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/window/gui/Gui.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ void Gui::ImGuiBackendInit() {
230230
}
231231

232232
void Gui::LoadTextureFromRawImage(const std::string& name, const std::string& path) {
233+
// GuiTexture (put in Gui)
233234
const auto res = Context::GetInstance()->GetResourceManager()->GetArchiveManager()->LoadFileRaw(path);
234235

235236
if (!res) {

0 commit comments

Comments
 (0)