Fix naming of GDIPlusGuiRenderer

This commit is contained in:
YoshiRulz 2021-02-14 15:27:05 +10:00
parent ba88712b2b
commit 1fd888dcc9
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ namespace BizHawk.Bizware.BizwareGL
public void End()
{
if (!IsActive)
throw new InvalidOperationException($"{nameof(GuiRenderer)} is not active!");
throw new InvalidOperationException($"{nameof(GDIPlusGuiRenderer)} is not active!");
IsActive = false;
if (CurrentImageAttributes != null)
{