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
Launching a very simple love2d game (code here) from ZeroBrane results in these weird glitches:
The triangle is supposed to settle down after being dropped on the bar, not jump around for no reason. Also note how the framerate fluctuates wildly.
It runs perfectly as intended with a stable framerate of 60 when launching by dragging the folder over to love.exe, but executing from ZeroBrane (which uses the same path for love.exe) gives this issue.