mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
minor fixes
This commit is contained in:
@@ -89,9 +89,9 @@ object CommonResourcePool {
|
||||
try {
|
||||
if (u is Disposable)
|
||||
u.dispose()
|
||||
if (u is Texture)
|
||||
else if (u is Texture)
|
||||
u.dispose()
|
||||
if (u is TextureRegion)
|
||||
else if (u is TextureRegion)
|
||||
u.texture.dispose()
|
||||
// TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user