mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
[OTR] Initial support for PNG textures (#1634)
This commit is contained in:
parent
fba4839705
commit
ec88b90ed8
15 changed files with 59 additions and 327 deletions
|
@ -830,6 +830,8 @@ std::string ZTexture::GetBodySourceCode() const
|
|||
// Please don't remove this line, unless you somehow made a way to prevent
|
||||
// that warning when building the OoT repo.
|
||||
sourceOutput += "\n";
|
||||
} else if (Globals::Instance->buildRawTexture) {
|
||||
sourceOutput += std::string(textureDataRaw.begin(), textureDataRaw.end());
|
||||
}
|
||||
|
||||
return sourceOutput;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue