mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
@@ -115,7 +115,7 @@ CameraWidget::~CameraWidget() {
|
||||
glDeleteVertexArrays(1, &frame_vao);
|
||||
glDeleteBuffers(1, &frame_vbo);
|
||||
glDeleteBuffers(1, &frame_ibo);
|
||||
glDeleteBuffers(2, textures);
|
||||
glDeleteTextures(2, textures);
|
||||
}
|
||||
doneCurrent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user