mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 20:12:07 +08:00
Fix watch3 on mac (#23834)
old-commit-hash: a03685c3f93d5c9909ea0f5aee2542be5b0a8eb8
This commit is contained in:
+1
-1
Submodule cereal updated: 32eae5e80d...28d458a9af
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user