From a3828ce45c508fc115adc14cd9e1aa02a049760d Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 21 Mar 2017 13:42:24 -0700 Subject: [PATCH] Fixing comment --- libraries/fbx/src/FBXReader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/fbx/src/FBXReader.cpp b/libraries/fbx/src/FBXReader.cpp index 52a51daac3..d5236558a4 100644 --- a/libraries/fbx/src/FBXReader.cpp +++ b/libraries/fbx/src/FBXReader.cpp @@ -1468,7 +1468,7 @@ FBXGeometry* FBXReader::extractFBXGeometry(const QVariantHash& mapping, const QS // Create the Material Library consolidateFBXMaterials(mapping); - // We can't scale allow the scaling of a given image to different sizes, because the hash used for the KTX cache is based on the original image + // We can't allow the scaling of a given image to different sizes, because the hash used for the KTX cache is based on the original image // Allowing scaling of the same image to different sizes would cause different KTX files to target the same cache key #if 0 // HACK: until we get proper LOD management we're going to cap model textures