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

PF_changepitch (changepitch) might be changing yaw #228

Open
hemebond opened this issue Oct 15, 2023 · 0 comments
Open

PF_changepitch (changepitch) might be changing yaw #228

hemebond opened this issue Oct 15, 2023 · 0 comments
Labels
bug Something isn't working FTEQCC For issues regarding the language, compiler, or its IDE

Comments

@hemebond
Copy link

When trying to use changeyaw and changepitch together the entity doesn't rotate properly and this might be the reason.

From World_changeyaw

	return ideal - ent->v->angles[1];

From PF_changepitch

	ent->v->angles[1] = anglemod (current + move);
@Xylemon Xylemon added bug Something isn't working FTEQCC For issues regarding the language, compiler, or its IDE labels Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FTEQCC For issues regarding the language, compiler, or its IDE
Projects
None yet
Development

No branches or pull requests

2 participants