diff --git a/utils/fgelev/fgelev.cxx b/utils/fgelev/fgelev.cxx index a69bdc74c..2f7bbc613 100644 --- a/utils/fgelev/fgelev.cxx +++ b/utils/fgelev/fgelev.cxx @@ -191,7 +191,7 @@ main(int argc, char** argv) // Get the whole world bvh tree SGSharedPtr node; - node = sg::BVHPageNodeOSG::load(bvhFile, options, true); + node = sg::BVHPageNodeOSG::load(bvhFile, options, use_vpb); // if no model has been successfully loaded report failure. if (!node.valid()) {