fixed bug causing a crash after setting the VSync option

This commit is contained in:
Luis Ángel San Martín 2013-08-15 16:29:31 +02:00
parent 9b2b9d2b8b
commit 2f0d35bfce

View File

@ -862,7 +862,7 @@ void YACReaderFlowGL::useVSync(bool b)
f.setSwapInterval(0); f.setSwapInterval(0);
setFormat(f); setFormat(f);
} }
reload(); reset();
} }
} }
void YACReaderFlowGL::setShowMarks(bool value) void YACReaderFlowGL::setShowMarks(bool value)