Skip to content

Remove compiler warnings - #21

Open
CreativeNameHUH wants to merge 1 commit into
mainfrom
20-remove-compiler-warnings-and-optimize-the-code
Open

Remove compiler warnings#21
CreativeNameHUH wants to merge 1 commit into
mainfrom
20-remove-compiler-warnings-and-optimize-the-code

Conversation

@CreativeNameHUH

Copy link
Copy Markdown
Collaborator
  1. Added missing namespaces to the classes.
  2. Added missing access modifiers.
  3. Removed null check for colliders on each update, a list of available collision functions is used instead.
  4. Removed unused variables, methods, and comments.
  5. Small codes optimization.

resolves #20

Added missing namespaces to the classes.
Added missing access modifiers.
Removed null check for colliders on each update, list of available collision function is used instead.
Removed unused variables, methods, and comments.
Small codes optimization.
@CreativeNameHUH CreativeNameHUH self-assigned this Aug 13, 2022
@CreativeNameHUH CreativeNameHUH linked an issue Aug 13, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove compiler warnings and optimize the code

1 participant