Skip to content

Commit

Permalink
Update LoadingLayer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Mar 7, 2024
1 parent 27d5f79 commit b1760ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/hooks/LoadingLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "../nodes/MinecraftButton.h"
#include "../nodes/MinecraftLabel.h"

#ifdef GEODE_IS_WINDOWS
class $modify(MyLoadingLayer, LoadingLayer){

float lastWidth = 1;
Expand Down Expand Up @@ -155,3 +156,4 @@ class $modify(MyLoadingLayer, LoadingLayer){
}

};
#endif

0 comments on commit b1760ff

Please sign in to comment.