Skip to content

Commit

Permalink
Update Paths.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie-coder authored Sep 3, 2023
1 parent 71e6db5 commit a569854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Paths.hx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ typedef I8frame = {
class Paths
{
inline public static final SOUND_EXT = #if !web "ogg" #else "mp3" #end;
inline public static var FLASH_EXT = "swf";
inline public static final FLASH_EXT = "swf";

public static final VIDEO_EXT = ['mp4', 'webm'];

Expand Down Expand Up @@ -754,4 +754,4 @@ class Paths
}

#end
}
}

0 comments on commit a569854

Please sign in to comment.