mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-09 10:11:49 +00:00
chore: update image namespacing
This commit is contained in:
@@ -37,7 +37,7 @@ namespace
|
||||
file.m_stream->read(fileData.get(), fileSize);
|
||||
|
||||
std::istringstream ss(std::string(fileData.get(), fileSize));
|
||||
const auto texture = iwi::LoadIwi(ss);
|
||||
const auto texture = image::LoadIwi(ss);
|
||||
if (!texture)
|
||||
{
|
||||
con::error("Failed to load texture from: {}", fileName);
|
||||
|
||||
Reference in New Issue
Block a user