Skip to content

Commit

Permalink
Fix reset bug, bump version and remove number from images
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitchyPSIX committed Feb 11, 2021
1 parent d4f3f01 commit 4eb839d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion M64MM2/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void WriteAnimReset(object sender, EventArgs e)
{
if (!IsEmuOpen || BaseAddress == 0) return;

Animation selectedAnimation = animList[((ComboBox)sender).SelectedIndex];
Animation selectedAnimation = animList[cbAnimOld.SelectedIndex];
WriteAnimationReset(selectedAnimation);
cbAnimNew.SelectedIndex = cbAnimOld.SelectedIndex;
}
Expand Down
2 changes: 1 addition & 1 deletion M64MM2/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion M64MM2/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<value>long</value>
</data>
<data name="prereleaseString" xml:space="preserve">
<value>-alpha3</value>
<value>-alpha4</value>
</data>
<data name="invalidAnimSelected" xml:space="preserve">
<value>You have entered an invalid animation name into {0}. Please make sure to choose a valid option from the list.</value>
Expand Down
Binary file modified M64MM2/Resources/m64mm_hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified M64MM2/Resources/superg_m64mmsplash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified M64MM2/Resources/webb_m64mmsplash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4eb839d

Please sign in to comment.