Skip to content

Commit

Permalink
Update UnityAssetManager.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Deficuet authored and Deficuet committed Jan 22, 2023
1 parent 8b91389 commit 3ae350b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class UnityAssetManager: Closeable {

fun closeAll() {
managers.forEach { it.close() }
managers.clear()
}
}
}

0 comments on commit 3ae350b

Please sign in to comment.