- fix OpenGLSWFrameBuffer::Begin2D

This commit is contained in:
Magnus Norddahl 2017-04-01 22:14:04 +02:00
parent 3f552ea95f
commit 0ed60b8df6
1 changed files with 1 additions and 1 deletions

View File

@ -2410,7 +2410,7 @@ bool OpenGLSWFrameBuffer::OpenGLPal::Update()
bool OpenGLSWFrameBuffer::Begin2D(bool copy3d)
{
ClearClipRect();
Super::Begin2D(copy3d);
if (!Accel2D)
{
return false;