diff --git a/interfaces/Crafter.Asset-Texture.cppm b/interfaces/Crafter.Asset-Texture.cppm index ad1dc9d..06e836e 100644 --- a/interfaces/Crafter.Asset-Texture.cppm +++ b/interfaces/Crafter.Asset-Texture.cppm @@ -68,8 +68,8 @@ export namespace Crafter { return tex; } - static TextureInfo LoadInfo(fs::path path) { - TextureInfo info; + static TextureAssetInfo LoadInfo(fs::path path) { + TextureAssetInfo info; std::ifstream file(path, std::ios::binary);