mirror of https://github.com/AxioDL/metaforce.git
Revert original dolphin hash idea completely
This commit is contained in:
parent
ff83dbc676
commit
d648f156b8
|
@ -762,8 +762,6 @@ CTexture::CTexture(std::unique_ptr<u8[]>&& in, u32 length, bool otex) {
|
|||
Log.report(logvisor::Fatal, fmt("invalid texture type {} for boo"), int(x0_fmt));
|
||||
}
|
||||
|
||||
if (r.readBool())
|
||||
m_dolphinName = r.readString();
|
||||
if (otex)
|
||||
m_otex = std::move(owned);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue