Skip to content

Commit

Permalink
Fix TypefaceProvider.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd authored Aug 4, 2023
1 parent 411fbf4 commit b05ee86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Beutl.Engine.UnitTests/TypefaceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static TypefaceProvider()

foreach (string item in array)
{
Stream? stream = asm.GetManifestResourceStream("Beutl.Graphics.UnitTests.Assets.Font." + item);
Stream? stream = asm.GetManifestResourceStream("Beutl.Engine.UnitTests.Assets.Font." + item);

if (stream != null)
{
Expand Down

0 comments on commit b05ee86

Please sign in to comment.