Skip to content

Commit

Permalink
useless function being used #2
Browse files Browse the repository at this point in the history
yay
  • Loading branch information
isakube authored Jun 2, 2021
1 parent 9bbabb7 commit 2b979b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/OutdatedSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class OutdatedSubState extends MusicBeatState
{
if (controls.ACCEPT)
{
FlxG.openURL("https://kadedev.github.io/Kade-Engine/changelogs/changelog-" + needVer);
fancyOpenURL("https://kadedev.github.io/Kade-Engine/changelogs/changelog-" + needVer);
}
if (controls.BACK)
{
Expand Down

0 comments on commit 2b979b5

Please sign in to comment.