Fix watch3 on mac (#23834)

old-commit-hash: a03685c3f93d5c9909ea0f5aee2542be5b0a8eb8
This commit is contained in:
Willem Melching
2022-02-23 14:31:28 +01:00
committed by GitHub
parent 760564da61
commit 1597a03cec
2 changed files with 2 additions and 4 deletions
+1 -1
Submodule cereal updated: 32eae5e80d...28d458a9af
+1 -3
View File
@@ -6,9 +6,7 @@
#include "selfdrive/ui/qt/widgets/cameraview.h"
int main(int argc, char *argv[]) {
QSurfaceFormat fmt;
fmt.setRenderableType(QSurfaceFormat::OpenGLES);
QSurfaceFormat::setDefaultFormat(fmt);
setQtSurfaceFormat();
QApplication a(argc, argv);
QWidget w;