Skip to content

Commit

Permalink
my bad, gd::string moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Nov 21, 2024
1 parent 5259b8c commit 057d983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2074",
"android": "2.2074"
},
"version": "v0.9.12",
"version": "v0.9.13",
"id": "zalphalaneous.minecraft",
"name": "Minecraftify!",
"developer": "Alphalaneous",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/hooks/FLAlertLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class $modify(MyFLAlertLayer, FLAlertLayer){

bool init(FLAlertLayerProtocol* p0, char const* p1, std::string p2, char const* p3, char const* p4, float p5, bool p6, float p7, float p8){
bool init(FLAlertLayerProtocol* p0, char const* p1, gd::string p2, char const* p3, char const* p4, float p5, bool p6, float p7, float p8){

if(!FLAlertLayer::init(p0, p1, p2, p3, p4, p5, p6, p7, p8)){
return false;
Expand Down

0 comments on commit 057d983

Please sign in to comment.