Closed dgavedissian closed 4 months ago
This demonstrates a bug where an event is not delivered in some cases. Looks like preRender is not called in the first iteration:
preRender
WARN Context is already current DEBUG [lua] onPreSim DEBUG [lua] onPreSim2 DEBUG [lua] onSim DEBUG [lua] onSim2 DEBUG [lua] onPostSim DEBUG [lua] onPostSim2 DEBUG [lua] Got my event DEBUG [lua] onRender DEBUG [lua] onRender2 DEBUG [lua] onPostRender DEBUG [lua] onPostRender2 DEBUG [lua] onPreInput DEBUG [lua] onPreInput2 DEBUG [lua] onInput DEBUG [lua] onInput2 DEBUG [lua] onPostInput DEBUG [lua] onPostInput2
This demonstrates a bug where an event is not delivered in some cases. Looks like
preRender
is not called in the first iteration: