File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # 1.7.9(2 )
1
+ # 1.7.9(3 )
2
2
3
3
- Removed Comment Emojis integration to fix lag
4
4
- Improved Performance
Original file line number Diff line number Diff line change 1
1
{
2
2
"geode" : " 4.4.0" ,
3
- "version" : " v1.7.92 " ,
3
+ "version" : " v1.7.93 " ,
4
4
"gd" : {
5
5
"win" : " 2.2074" ,
6
6
"android" : " 2.2074" ,
Original file line number Diff line number Diff line change @@ -165,10 +165,10 @@ void AndroidBall::UpdateVisible(bool i)
165
165
{
166
166
bool vis = true ;
167
167
168
- if (Module ::get (" disable-gp " )-> enabled && this ->getParent ())
168
+ if (Mod ::get ()-> getSavedValue < bool >( " disable-gp_enabled " ) && this ->getParent ())
169
169
vis = !(this ->getParent ()->getChildByType <PlayLayer>(0 ) && !this ->getParent ()->getChildByType <PauseLayer>(0 ));
170
170
171
- if (Module ::get (" disable-editor " )-> enabled && this ->getParent () && this ->getParent ()->getChildByType <LevelEditorLayer>(0 ))
171
+ if (Mod ::get ()-> getSavedValue < bool >( " disable-editor_enabled " ) && this ->getParent () && this ->getParent ()->getChildByType <LevelEditorLayer>(0 ))
172
172
vis = editorShouldBeVisible ();
173
173
174
174
#ifdef GEODE_IS_DESKTOP
You can’t perform that action at this time.
0 commit comments