Skip to content

Commit

Permalink
Update sample_blend.cc (#168)
Browse files Browse the repository at this point in the history
Corrected invalid command line parameter description

Co-authored-by: MajorDefeat <[email protected]>
  • Loading branch information
lufriem and lufriem authored Aug 11, 2023
1 parent ae5ebe2 commit f98ca46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/blend/sample_blend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ OZZ_OPTIONS_DECLARE_STRING(animation2,

// Third animation archive can be specified as an option.
OZZ_OPTIONS_DECLARE_STRING(animation3,
"Path to the second animation (ozz archive format).",
"Path to the third animation (ozz archive format).",
"media/animation3.ozz", false)

class BlendSampleApplication : public ozz::sample::Application {
Expand Down

0 comments on commit f98ca46

Please sign in to comment.