Search found 3 matches
- Thu Oct 06, 2016 9:12 am
- Forum: Support and Development
- Topic: "Questions that don't deserve their own thread" thread
- Replies: 905
- Views: 458696
Re: "Questions that don't deserve their own thread" thread
It seems you have vsync enabled and that it's 1 frame behind. Some discussion here: https://www.love2d.org/forums/viewtopic.php?p=195509#p195509 Edit: and an explanation on why it's happening is here: https://www.love2d.org/forums/viewtopic.php?p=195502#p195502 Wonderful! Works like a charm :awesome:
- Wed Oct 05, 2016 1:35 pm
- Forum: Support and Development
- Topic: "Questions that don't deserve their own thread" thread
- Replies: 905
- Views: 458696
Re: "Questions that don't deserve their own thread" thread
It should work just fine, as you can test with lovefiddle here . Did you modify any of the callbacks that might affect the refresh rate (either in terms for drawing or logic updates)? No modifications. I also get the same in the lovefiddle version, but not as heavy as inside the game. The text migh...
- Wed Oct 05, 2016 12:12 pm
- Forum: Support and Development
- Topic: "Questions that don't deserve their own thread" thread
- Replies: 905
- Views: 458696
Re: "Questions that don't deserve their own thread" thread
Greetings! I have put some text next to my cursor but when I move the cursor around the text follows slowly, like it's stuck in some thick liquid or goo. I tried it out in a fully empty project but still I get the problem. Also tried moving the getPosition() part to love.update but with the same res...