File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ package
429
429
songIcon = SONG_ICON_SDG ;
430
430
431
431
// Omni Flag
432
- if (_rank . perfect == noteCount - 1 && _rank . good == 1 && _rank . average == 1 && _rank . miss == 1 && _rank . boo == 1 )
432
+ if (_rank . perfect == noteCount - 3 && _rank . good == 1 && _rank . average == 1 && _rank . miss == 1 && _rank . boo == 1 )
433
433
songIcon = SONG_ICON_OMNIFLAG ;
434
434
435
435
// Miss Flag
@@ -496,7 +496,7 @@ package
496
496
songIcon |= (1 << SONG_ICON_SDG );
497
497
498
498
// Omni Flag
499
- if (_rank . perfect == noteCount - 1 && _rank . good == 1 && _rank . average == 1 && _rank . miss == 1 && _rank . boo == 1 )
499
+ if (_rank . perfect == noteCount - 3 && _rank . good == 1 && _rank . average == 1 && _rank . miss == 1 && _rank . boo == 1 )
500
500
songIcon |= (1 << SONG_ICON_OMNIFLAG );
501
501
502
502
// Miss Flag
You can’t perform that action at this time.
0 commit comments