diff --git a/modules/v4d/samples/vector_graphics_and_fb.cpp b/modules/v4d/samples/vector_graphics_and_fb.cpp index 3ca57a0ab..44ee558a8 100644 --- a/modules/v4d/samples/vector_graphics_and_fb.cpp +++ b/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(); }); }