diff --git a/selfdrive/ui/qt/home.cc b/selfdrive/ui/qt/home.cc index e55380a416..a58b63be67 100644 --- a/selfdrive/ui/qt/home.cc +++ b/selfdrive/ui/qt/home.cc @@ -272,6 +272,6 @@ void GLWindow::wake() { FramebufferState* framebuffer_init(const char* name, int32_t layer, int alpha, int *out_w, int *out_h) { *out_w = vwp_w; - *out_h = vwp_h; + *out_h = vwp_h; return (FramebufferState*)1; // not null }