You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minor change of samples/imguitest.lobster will expose the bug -- comment out code block starts with im.window("Created by code", im.window_no_collapse | im.window_always_autoresize):.
The change will cause global variable d shown as nil.
EDIT: Turns out comment out line 50-53 is enough to trigger the bug
The text was updated successfully, but these errors were encountered:
A minor change of samples/imguitest.lobster will expose the bug -- comment out code block starts with
im.window("Created by code", im.window_no_collapse | im.window_always_autoresize):
.The change will cause global variable
d
shown asnil
.EDIT: Turns out comment out line 50-53 is enough to trigger the bug
The text was updated successfully, but these errors were encountered: