no more context fuckups on apploader

This commit is contained in:
minjaesong
2019-07-02 04:57:43 +09:00
parent eb4bdbacde
commit 4c23cde4a9
81 changed files with 635 additions and 563 deletions

View File

@@ -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 {