Skip to content

Commit

Permalink
Fixes #50
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Shapiro committed Aug 9, 2022
1 parent 1db1efc commit 7373710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/rds1983/FontStashSharp</PackageProjectUrl>
<RootNamespace>FontStashSharp</RootNamespace>
<Version>1.1.7</Version>
<Version>1.1.8</Version>
<FontStashSharpBaseVersion>1.1.6</FontStashSharpBaseVersion>
<StbImageSharpVersion>2.27.11</StbImageSharpVersion>
<CyotekDrawingBitmapFontVersion>2.0.4</CyotekDrawingBitmapFontVersion>
Expand Down
1 change: 1 addition & 0 deletions src/FontStashSharp/FontSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public void Reset()
{
Atlases.Clear();
_fonts.Clear();
_currentAtlas = null;
}

internal int? GetCodepointIndex(int codepoint, out int fontSourceIndex)
Expand Down

0 comments on commit 7373710

Please sign in to comment.