Reset scaling to 1.0

This commit is contained in:
quadbyte 2025-08-09 18:05:11 -04:00
parent 03af84e297
commit c701192c08
2 changed files with 2 additions and 2 deletions

View file

@ -41,6 +41,6 @@ Singleton {
}
// 3) Safe default
return 2.0
return 1.0
}
}