Fix movement inputs when holding shift #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "aidan9382/strafe-client:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
minor fix but its very annoying since it also breaks releasing keys
This code allocates a new string, which the goal of .as_str() was to avoid that. Please don't use master branch for pull requests, as I can't add any commits!
Here is an alternative option
b0aecc3fd1
tofcacf7026f
I've gone ahead and implemented your suggestion if the allocation is an issue
I also tried moving it off master in my fork, but the PR doesn't allow changing which branch I'm pulling from for some reason, only which one im pushing to, so for now it's gonna have to stay on master
Checkout
From your project repository, check out a new branch and test the changes.