We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d12da1 commit 20b0a2bCopy full SHA for 20b0a2b
GLTFSDK/Source/Deserialize.cpp
@@ -415,7 +415,7 @@ namespace
415
416
Optional<float> aspectRatio;
417
418
- auto itAspectRatio = perspectiveIt->value.FindMember("target");
+ auto itAspectRatio = perspectiveIt->value.FindMember("aspectRatio");
419
if (itAspectRatio != perspectiveIt->value.MemberEnd())
420
{
421
aspectRatio = itAspectRatio->value.GetFloat();
0 commit comments