diff --git a/examples/12-lod/lod.cpp b/examples/12-lod/lod.cpp index 4a9b750af..76455737a 100644 --- a/examples/12-lod/lod.cpp +++ b/examples/12-lod/lod.cpp @@ -311,7 +311,7 @@ int _main_(int /*_argc*/, char** /*_argv*/) uint32_t reset = BGFX_RESET_VSYNC; bgfx::init(); - bgfx::reset(width, height); + bgfx::reset(width, height, reset); // Enable debug text. bgfx::setDebug(debug);