Skip to content
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

Refactoring of game features for better management. #11

Merged
merged 2 commits into from
Jun 9, 2024

Conversation

Holt59
Copy link
Member

@Holt59 Holt59 commented Jun 9, 2024

@Holt59 Holt59 merged commit c6106de into ModOrganizer2:master Jun 9, 2024
@@ -393,7 +394,7 @@ OMODFrameworkWrapper::EInstallResult OMODFrameworkWrapper::install(MOBase::Guess
}
}

scriptData->Pretty(%omod, dataPath, pluginsPath);
scriptData->Pretty(% omod, dataPath, pluginsPath);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think your formatting tool didn't know that it was formatting C++/CLI instead of C++. Like the * operator when we dereference a pointer, we don't want a space between % and its operand.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I disabled formatting for this repository because of C++/CLI, I must have messed up my commit, I'll fix.

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.

2 participants