fix
This commit is contained in:
parent
c6cad0cb45
commit
3aaffcd2e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue