EngineerSmith / Export-TextureAtlas

Extends the Runtime-TextureAtlas library and allows it to be exported as file
MIT License
6 stars 1 forks source link

Fixed require to be case-sensitive #3

Closed flamendless closed 2 years ago

flamendless commented 2 years ago

On Linux, the require("nfs.nativefs") errors coz the directory is NFS and not nfs

On Windows this would not be a problem iirc since on windows paths are not case-sensitive or something.