pause menu initialization changes
This commit is contained in:
@@ -51,8 +51,8 @@ public class PlayerCam : MonoBehaviour
|
||||
sens = Sensitivity.value;
|
||||
if (canLook)
|
||||
{
|
||||
yRotation += lookInput.x * sens * Time.deltaTime;
|
||||
xRotation -= lookInput.y * sens * Time.deltaTime;
|
||||
yRotation += lookInput.x * sens * 50 * Time.deltaTime;
|
||||
xRotation -= lookInput.y * sens * 50 * Time.deltaTime;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user