-
Notifications
You must be signed in to change notification settings - Fork 106
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
PauseMenuDataMgr: use better variable names #123
Conversation
also please fix the clang-format failure -- either run clang-format to reformat the code automatically, or reformat it manually by doing what it tells you to do. |
Co-authored-by: Léo Lam <[email protected]>
Co-authored-by: Léo Lam <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks good! Just one last thing: Could you rename mArrayTabs to mTabs and mArrayTabsType to mTabTypes? I put "array" in the placeholder name because otherwise it wasn't obvious that those variables were arrays, but now that we know those are tabs/tab types we don't need to keep "array" in the names.
Sure, no problem, mArrayTabs and mArrayTabsTypes becomes mTabs and mTabsTypes
I haven't made any changes before so please tell me if I make any mistakes
This change is