cleanup last commit
This commit is contained in:
parent
060670b87b
commit
5d6106ca57
|
@ -359,13 +359,6 @@ namespace BizHawk.Bizware.Graphics
|
|||
public void Discard()
|
||||
=> ResetDrawList();
|
||||
|
||||
protected enum BlendState
|
||||
{
|
||||
NoBlending,
|
||||
AlphaBlending,
|
||||
NormalBlending,
|
||||
}
|
||||
|
||||
protected bool EnableBlending { get; private set; }
|
||||
private bool _pendingBlendEnable;
|
||||
|
||||
|
|
Loading…
Reference in New Issue