i fucking FLIPPED the cape textures and fixed issues with options

were the options working for everyone else? am i stupid
This commit is contained in:
2026-03-16 05:19:10 +01:00
parent 725353eb74
commit babd7b4d96
4 changed files with 34 additions and 21 deletions

View File

@@ -97,6 +97,8 @@ public:
Options(Minecraft* minecraft, const std::string& workingDirectory = "")
: minecraft(minecraft) {
// elements werent initialized so i was getting a garbage pointer and a crash
m_options.fill(nullptr);
initTable();
load();
}