Fixed sync for non APPLE
This commit is contained in:
parent
804605e9e6
commit
13308a38f8
@ -8025,7 +8025,7 @@ void MainWindow::updateTextDisplay(){
|
||||
#if __APPLE__
|
||||
#define USE_SYNC_FRAME_COUNT 1
|
||||
#else
|
||||
#define USE_SYNC_FRAME_COUNT 1
|
||||
#define USE_SYNC_FRAME_COUNT 0
|
||||
#endif
|
||||
|
||||
void MainWindow::refreshTextDisplay(){
|
||||
|
Loading…
Reference in New Issue
Block a user