Merge remote-tracking branch 'origin/bugfix/pixel-shit-aliasing' into rewrite/master

This commit is contained in:
Cameron Taylor 2024-09-16 17:40:44 -04:00
commit 4bc2510d3c

View file

@ -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;