mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
no more context fuckups on apploader
This commit is contained in:
@@ -140,7 +140,7 @@ open class BlockLayer(val width: Int, val height: Int) : Disposable {
|
||||
override fun dispose() {
|
||||
ptr.destroy()
|
||||
//directByteBuffer.clear()
|
||||
printdbg(this, "BlockLayer successfully freed")
|
||||
printdbg(this, "BlockLayer with ptr ($ptr) successfully freed")
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
Reference in New Issue
Block a user