mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed bug causing a crash after setting the VSync option
This commit is contained in:
parent
9b2b9d2b8b
commit
2f0d35bfce
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user