diff --git a/CBT/CBT.csproj b/CBT/CBT.csproj index 534e705..59c7ed6 100644 --- a/CBT/CBT.csproj +++ b/CBT/CBT.csproj @@ -3,7 +3,7 @@ cultbaus - - 0.0.3.7 + 0.0.3.8 This plugin manipulates flytext. - https://github.com/cultbaus/CBT diff --git a/CBT/Helpers/FontManager.cs b/CBT/Helpers/FontManager.cs index f05002c..49303a6 100644 --- a/CBT/Helpers/FontManager.cs +++ b/CBT/Helpers/FontManager.cs @@ -50,7 +50,7 @@ public class FontManager : IDisposable .ToList() .ForEach(file => { - Enumerable.Range(14, 32 - 14 + 1) + Enumerable.Range(14, 64 - 14 + 1) .Where(i => i % 2 == 0) .ToList() .ForEach(size =>