mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 17:04:45 -04:00
fixed bug causing a crash after setting the VSync option
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user