Fixed all the vid_api checks in the QT code.
This commit is contained in:
@@ -835,7 +835,7 @@ main(int argc, char *argv[])
|
||||
|
||||
/* Set the PAUSE mode depending on the renderer. */
|
||||
#ifdef USE_VNC
|
||||
if (vid_api == 5)
|
||||
if (vid_api == 3)
|
||||
plat_pause(1);
|
||||
else
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user