Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gcormier9 committed Jul 18, 2023
1 parent 10cd094 commit 61c75f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<iq:product id="d2deltapx"/>
<iq:product id="d2deltas"/>
<iq:product id="d2mach1"/>
<iq:product id="descentg1"/>
<iq:product id="descentmk1"/>
<iq:product id="descentmk2"/>
<iq:product id="descentmk2s"/>
Expand Down
2 changes: 1 addition & 1 deletion source-lowmem-fenixchronos/GRunApp.mc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class GRunApp extends Application.AppBase
}


function getYOffset(font)
public static function getYOffset(font)
{
var yOffset = -1;
if (font <= 3) { yOffset = -2; }
Expand Down

0 comments on commit 61c75f6

Please sign in to comment.