Closed adrian-javid closed 1 month ago
This pull request makes some style changes to the code. Mainly, variables prefixed with a letter and underscore are changed to have the first letter of its base name be lowercase. For example, m_MyVariable would be changed to m_myVariable.
m_MyVariable
m_myVariable
Also, light structural changes were made.
@adrian-javid Are you able to resolve conflicts, or do I need to?
Yes, I resolved the conflicts.
This pull request makes some style changes to the code. Mainly, variables prefixed with a letter and underscore are changed to have the first letter of its base name be lowercase. For example,
m_MyVariable
would be changed tom_myVariable
.Also, light structural changes were made.