mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
graphics computer -- working sprite system
Former-commit-id: eedad5c99d0d8fa1d74a7a5b4e6250017d55163b Former-commit-id: 0dc08e778cca3300ffc6f696ba395eb8ca2b154b
This commit is contained in:
@@ -74,9 +74,12 @@ internal class Filesystem(globals: Globals, computer: BaseTerrarumComputer) {
|
||||
lowerCase.delete()
|
||||
|
||||
isCaseInsensitive = insensitive
|
||||
|
||||
println("[Filesystem] Case insensitivity: $isCaseInsensitive")
|
||||
}
|
||||
catch (e: IOException) {
|
||||
println("[Filesystem] Couldn't determine if file system is case sensitive, falling back to insensitive.")
|
||||
System.err.println("[Filesystem] Couldn't determine if the file system is case sensitive, falling back to insensitive.")
|
||||
e.printStackTrace(System.out)
|
||||
isCaseInsensitive = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user