mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-22 03:34:10 -04:00
Merge remote-tracking branch 'origin/bugfix/pixel-shit-aliasing' into rewrite/master
This commit is contained in:
commit
4bc2510d3c
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ class NoteStyle implements IRegistryEntry<NoteStyleData>
|
|||
var result = _data.assets.judgementBad?.isPixel;
|
||||
if (result == null && fallback != null) result = fallback.isJudgementSpritePixel(rating);
|
||||
return result ?? false;
|
||||
case "GO":
|
||||
case "shit":
|
||||
var result = _data.assets.judgementShit?.isPixel;
|
||||
if (result == null && fallback != null) result = fallback.isJudgementSpritePixel(rating);
|
||||
return result ?? false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue