Typo
This commit is contained in:
parent
456db8f7e3
commit
5e8c3daa49
|
@ -237,7 +237,7 @@ int main(int argc, char* argv[]) {
|
|||
->check(CLI::Range(1, 32))
|
||||
->group("Draco");
|
||||
|
||||
app.add_option("--fbx-temp-dir", gltfOptions.fbxTempDir, "Temprory directory to used by FBXSDK.")->check(CLI::ExistingDirectory);
|
||||
app.add_option("--fbx-temp-dir", gltfOptions.fbxTempDir, "Temporary directory to used by FBXSDK.")->check(CLI::ExistingDirectory);
|
||||
|
||||
CLI11_PARSE(app, argc, argv);
|
||||
|
||||
|
|
|
@ -123,6 +123,6 @@ struct GltfOptions {
|
|||
/** Select baked animation framerate. */
|
||||
AnimationFramerateOptions animationFramerate = AnimationFramerateOptions::BAKE24;
|
||||
|
||||
/** Temprory directory used by FBX SDK. */
|
||||
/** Temporary directory used by FBX SDK. */
|
||||
std::string fbxTempDir;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue