Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Oct 15, 2023
1 parent bbf177f commit 6d6c0e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/Paths.hx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ class Paths

public static var dumpExclusions:Array<String> =
[
'assets/music/freakyMenu.$SOUND_EXT',
'assets/shared/music/breakfast.$SOUND_EXT',
'assets/shared/music/tea-time.$SOUND_EXT',
SUtil.getPath() + 'assets/music/freakyMenu.$SOUND_EXT',
SUtil.getPath() + 'assets/shared/music/breakfast.$SOUND_EXT',
SUtil.getPath() + 'assets/shared/music/tea-time.$SOUND_EXT',
];
/// haya I love you for the base cache dump I took to the max
public static function clearUnusedMemory() {
Expand Down Expand Up @@ -167,7 +167,7 @@ class Paths

inline public static function getPreloadPath(file:String = '')
{
return SUtil.getPath() + 'assets/$file';
return 'assets/$file';
}

inline static public function file(file:String, type:AssetType = TEXT, ?library:String)
Expand Down

0 comments on commit 6d6c0e2

Please sign in to comment.