Skip to content

Commit

Permalink
Fixed path.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Nov 13, 2022
1 parent 9b079f4 commit d74cf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/app/vsghelloworld/vsghelloworld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int main(int argc, char** argv)
options->paths = vsg::getEnvPaths("VSG_FILE_PATH");
arguments.read(options);

vsg::Path filename = "https://raw.githubusercontent.com/robertosfield/TestData/master/Earth_VSG/earth.vsgb";
vsg::Path filename = "models/openstreetmap.vsgt";
if (argc > 1) filename = arguments[1];

if (arguments.errors()) return arguments.writeErrorMessages(std::cerr);
Expand Down

0 comments on commit d74cf3a

Please sign in to comment.