Tagged Questions
4
votes
1answer
5k views
How to get and use delta time
I have mice looking and walking in my game, but they are very slow and hard to use. I think it's because I'm using fixed speed. I heard that in big projects developers use delta time. How do I ...