mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-18 22:53:16 +00:00
Log addr of get_cell
This commit is contained in:
parent
54fb09a7a7
commit
eaa8c2832c
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ local world = {}
|
|||
local ffi = require("ffi")
|
||||
local world_ffi = require("noitapatcher.nsew.world_ffi")
|
||||
|
||||
print("get_cell: " .. tostring(world_ffi.get_cell))
|
||||
|
||||
local C = ffi.C
|
||||
|
||||
ffi.cdef([[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue