diff --git a/samples/blend/sample_blend.cc b/samples/blend/sample_blend.cc index e76be99de..0f6860aa0 100644 --- a/samples/blend/sample_blend.cc +++ b/samples/blend/sample_blend.cc @@ -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 {