1
0
Fork 0

Fix fgelev - don't flatten WS2.0 tiles.

This commit is contained in:
Stuart Buchanan 2023-02-23 19:50:43 +00:00
parent 9a4bfaed0f
commit d00c95f0e8

View file

@ -191,7 +191,7 @@ main(int argc, char** argv)
// Get the whole world bvh tree
SGSharedPtr<sg::BVHNode> 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()) {