image inlining working

This commit is contained in:
2023-08-02 19:24:51 +02:00
parent 01fddd19cd
commit 5ecec26731
9 changed files with 144 additions and 14 deletions

View File

@ -65,6 +65,8 @@ std::optional<TextureEntry> MessageImageLoader::load(TextureUploaderI& tu, Messa
}
}
std::cerr << "MIL: failed to load message\n";
return std::nullopt;
}