mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
programmable logic array GUI mockup
This commit is contained in:
@@ -90,11 +90,11 @@ internal class UnsafePtr(pointer: Long, allocSize: Long) {
|
||||
|
||||
fun destroy() {
|
||||
if (!destroyed) {
|
||||
UnsafeHelper.unsafe.freeMemory(ptr)
|
||||
|
||||
println("[UnsafePtr] Destroying pointer $this; called from:")
|
||||
printStackTrace(this)
|
||||
|
||||
UnsafeHelper.unsafe.freeMemory(ptr)
|
||||
|
||||
destroyed = true
|
||||
|
||||
UnsafeHelper.unsafeAllocatedSize -= size
|
||||
|
||||
BIN
work_files/UI/combinatory_logic_block_gui.kra
LFS
Normal file
BIN
work_files/UI/combinatory_logic_block_gui.kra
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user