Merge pull request #167 from 4jcraft/fix/missing-asset-error
Some checks are pending
Build Linux Release / build-linux (push) Waiting to run
Build Linux Release / build-linux-debug (push) Waiting to run

fix: remove unused console-only asset archive imports
This commit is contained in:
Leah Anderson 2026-03-10 14:31:36 -06:00 committed by GitHub
commit 4e39635f20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -699,10 +699,6 @@ ProfileManager.Initialise(TITLEID_MINECRAFT,
&app.uiGameDefinedDataChangedBitmask
);
byteArray baOptionsIcon = app.getArchiveFile(L"DefaultOptionsImage228x128.png");
byteArray baSaveThumbnail = app.getArchiveFile(L"DefaultSaveThumbnail64x64.png");
byteArray baSaveImage = app.getArchiveFile(L"DefaultSaveImage228x128.png");
// set a function to be called when there's a sign in change, so we can exit a level if the primary player signs out
ProfileManager.SetSignInChangeCallback(&CConsoleMinecraftApp::SignInChangeCallback,(LPVOID)&app);