stride icon indicating copy to clipboard operation
stride copied to clipboard

[Template] FPS remove unused logic

Open Eideren opened this issue 3 years ago • 0 comments

PR Details

Yaw will always be equal to desiredYaw as they are both private and set to each other at line 105, therefore the entire logic from 92-103 doesn't actually do anything. Same with pitch. Might as well cut it out entirely to avoid confusing users with it.

Related Issue

None.

Types of changes

  • [ ] Docs change / refactoring / dependency upgrade
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • [ ] My change requires a change to the documentation.
  • [ ] I have added tests to cover my changes.
  • [x] All new and existing tests passed.

Eideren avatar Aug 23 '22 11:08 Eideren