mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-25 05:50:22 +00:00
Adjust naming
This commit is contained in:
parent
925830b8bb
commit
39f68281c8
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ namespace FirstPlugin
|
|||
|
||||
MeshCodec = new MeshCodec();
|
||||
|
||||
bool isMeshCodec = MeshCodec.IsMeshCodec(stream);
|
||||
bool isMeshCodec = MeshCodec.IsMeshCodecBfres(stream);
|
||||
if (isMeshCodec)
|
||||
MeshCodec.Prepare();
|
||||
|
||||
|
|
Loading…
Reference in a new issue