Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Sep 19, 2024
1 parent 3ed960e commit f993c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Myra/Graphics2D/UI/Project.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ internal SaveContext CreateSaveContext()

public static Dictionary<Assembly, string[]> ExtraWidgetAssembliesAndNamespaces = new Dictionary<Assembly, string[]>();

internal static LoadContext CreateLoadContext(IAssetManager assetManager)
internal static LoadContext CreateLoadContext(AssetManager assetManager)
{
Func<Type, string, object> resourceGetter = (t, name) =>
{
Expand Down

0 comments on commit f993c04

Please sign in to comment.