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
youtu.be/8k9wwRDtTJM
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?