openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
753 stars 365 forks source link

Always use `getPath` instead of `paths.get()` directly. #1700

Closed EliteMasterEric closed 7 months ago

EliteMasterEric commented 1 year ago

Make the behavior of AssetLibrary more concise by replacing all calls to paths.get() with the existing getPath function.