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

Add support for custom FMOD banks for H3, ODST and Reach #54

Merged
merged 2 commits into from
May 9, 2024
Merged

Add support for custom FMOD banks for H3, ODST and Reach #54

merged 2 commits into from
May 9, 2024

Conversation

Pepper-Man
Copy link
Contributor

No description provided.

Pepper-Man added 2 commits May 9, 2024 16:13
…> H4. Added better checking for invalid/empty extension input, reverted accidental change
@@ -278,6 +278,11 @@ public override object Convert(object value, Type targetType, object parameter,
else
grid = new GridLength(1, (double)GridUnitType.Auto);
}
else if (parameter is string && Int32.Parse(parameter as string) == 23)
Copy link
Owner

Choose a reason for hiding this comment

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

these magic numbers should really be an enum...

Copy link
Owner

@num0005 num0005 left a comment

Choose a reason for hiding this comment

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

lgtm

@num0005 num0005 merged commit 50ec885 into num0005:master May 9, 2024
2 checks passed
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