useless function
This commit is contained in:
parent
c3a19e7a9d
commit
8a6126d98a
@ -111,4 +111,13 @@ class MusicBeatState extends FlxUIState
|
||||
{
|
||||
//do literally nothing dumbass
|
||||
}
|
||||
|
||||
public function fancyOpenURL(schmancy:String)
|
||||
{
|
||||
#if linux
|
||||
Sys.command('/usr/bin/xdg-open', [schmancy, "&"]);
|
||||
#else
|
||||
FlxG.openURL(schmancy);
|
||||
#end
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user