fixed realse build
This commit is contained in:
parent
a12b4450c5
commit
3fc74bf22f
|
|
@ -11,7 +11,7 @@ public class ResourceLoader
|
|||
this.assemblyName = this.GetType().Assembly.GetName().Name!;
|
||||
}
|
||||
|
||||
public static string LoadString(string resourceName)
|
||||
public string LoadString(string resourceName)
|
||||
{
|
||||
#if DEBUG
|
||||
Console.WriteLine("Loading resource: " + resourceName);
|
||||
|
|
|
|||
Loading…
Reference in New Issue