Skip to content

Commit

Permalink
nvm oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Jul 26, 2024
1 parent c2ec736 commit 9ac94bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"win": "2.206",
"android": "2.206"
},
"version": "v0.9.5",
"version": "v0.9.6",
"id": "zalphalaneous.minecraft",
"name": "Minecraftify!",
"developer": "Alphalaneous",
Expand Down
6 changes: 6 additions & 0 deletions src/ui/hooks/LoadingLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ class $modify(MyLoadingLayer, LoadingLayer){
this->m_fields->lastWidth = currentWidth;
}
}

#ifndef GEODE_IS_ANDROID

bool init(bool p0){

if(!LoadingLayer::init(p0)){
Expand Down Expand Up @@ -150,4 +153,7 @@ class $modify(MyLoadingLayer, LoadingLayer){

return true;
}

#endif

};

0 comments on commit 9ac94bd

Please sign in to comment.