From a569854c66ce9fa842bc8667815cf6180b2c7c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=9EHoovy=E2=9C=9E?= <124418090+MemeHovy@users.noreply.github.com> Date: Sun, 3 Sep 2023 05:14:02 -0400 Subject: [PATCH] Update Paths.hx --- source/Paths.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Paths.hx b/source/Paths.hx index e2faeb78..43a7e7ad 100644 --- a/source/Paths.hx +++ b/source/Paths.hx @@ -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']; @@ -754,4 +754,4 @@ class Paths } #end -} \ No newline at end of file +}