fix comment

This commit is contained in:
damocleas 2025-07-31 15:01:03 -04:00 committed by GitHub
parent 740ce787f9
commit 3c44ce5ad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,6 +98,6 @@ export const ANTI_VARIANCE_WEIGHT_MODIFIER = 15;
/**
* The chance (out of 1) that a different title logo will show when the title screen is drawn.
* Inverted during April Fools (such that this becomes the chance for the _normal_ title logo is displayed).
* Default: `10000` (0.1%)
* Default: `10000` (0.01%)
*/
export const FAKE_TITLE_LOGO_CHANCE = 10000;