Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] The player's initial camera angle can be offset upon restarting match. #169

Open
LBBubba opened this issue May 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@LBBubba
Copy link

LBBubba commented May 21, 2023

In a Single Player Game:

If a player turns their camera while opening up the pause menu, then selects Restart, the last camera turn input will influence the camera angle they spawn with. The offset's direction is determined by the direction the player turns, and the offset's severity is determined by how quickly the player turns.

This appears to be caused by the "turn" variable remaining with the pre-pause value after unpausing, although only for a frame or two.

Camera.Offset.On.Spawn.Bug.1.mp4
Camera.Offset.Example.mp4
@LBBubba LBBubba added the bug Something isn't working label May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant