mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-20 13:29:30 +00:00
Allow custom capes in mods
This commit is contained in:
parent
b70de7f94b
commit
9973afbac6
5 changed files with 18 additions and 25 deletions
|
@ -4484,7 +4484,7 @@ Texture *Core::doTextureAdd(const std::string &texture, const std::string &loadN
|
|||
{
|
||||
t->addRef();
|
||||
|
||||
Texture::textureError = TEXERR_OK;
|
||||
Texture::textureError = t->failed ? TEXERR_FILENOTFOUND : TEXERR_OK;
|
||||
|
||||
/*
|
||||
std::ostringstream os;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue