I am making a doom style boomer shooter game, however when I try and rotate the camera it will skip, as demonstrated by this video
youtube.com/watch
this is my camera code
mouse on left button clicked : request pointer lock
mouse on movement : rotate camera (x = mouse.movementx / 10, y = 0, min polar angle = 0, max polar angle 180)
anybody know a fix?