Fix naming of GDIPlusGuiRenderer
This commit is contained in:
parent
ba88712b2b
commit
1fd888dcc9
|
@ -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)
|
||||
{
|
Loading…
Reference in New Issue