samples: formatting

pull/3471/head
kallaballa 2 years ago
parent dadfd83621
commit 6a3e96f59d
  1. 4
      modules/v4d/samples/vector_graphics_and_fb.cpp

@ -26,7 +26,7 @@ int main(int argc, char** argv) {
//Heavily blurs the crosshair using a cheap boxFilter
boxFilter(framebuffer, framebuffer, -1, Size(15, 15), Point(-1,-1), true, BORDER_REPLICATE);
});
//Display the framebuffer in the native window in an endless loop
v4d->run([=](){ return v4d->display(); });
//Display the framebuffer in the native window in an endless loop
v4d->run([=](){ return v4d->display(); });
}

Loading…
Cancel
Save