Skip to content

Commit

Permalink
Merge branch 'feat.more-keybinds' of https://github.com/zacharied/Ong…
Browse files Browse the repository at this point in the history
…ekiFumenEditor into batch_mode
  • Loading branch information
MikiraSora committed Nov 4, 2024
2 parents 743bd32 + bbaaf7b commit 7a95429
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1788,8 +1788,8 @@ public void ToastNotify(string message)
if (tX.TGrid != obj.TGrid) return false;
if (obj is OngekiMovableObjectBase movable)
{
var mX = (OngekiMovableObjectBase)x;
if (movable.XGrid != mX.XGrid) return false;
var mX = x as OngekiMovableObjectBase;
if (movable.XGrid != mX?.XGrid) return false;
}

return obj switch
Expand Down
25 changes: 12 additions & 13 deletions OngekiFumenEditor/Properties/Resources.Designer.cs

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

0 comments on commit 7a95429

Please sign in to comment.