Closed EmperorSuper closed 4 years ago
Hmm, the goal was to actually make the imgui library itself unique and not the callsite, but I can see how that might break. Does including a module in GLua use the cached version or always instantiate a new one?
It always initiates a new one
@wyozi
Okay, I guess this is good then. Although debug.getinfo
number params always seem so arbitrary to me :D
debug.getinfo(1)
is always the function callingdebug.getinfo
so it would always just point to the library itself, fixed it so it now points to the file where the library is included.