Named unknown function in LegoTextureInfo (#1544)

This commit is contained in:
Fabian Neundorf
2025-06-07 18:04:55 +02:00
committed by GitHub
parent d714bf62f1
commit 7471852e9d
6 changed files with 6 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ MxResult LegoTexturePresenter::Store()
}
}
else {
textureInfo->FUN_10066010(texture->GetImage()->GetBits());
textureInfo->LoadBits(texture->GetImage()->GetBits());
}
}