mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +02:00
Fixing comment
This commit is contained in:
parent
e482eac437
commit
a3828ce45c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue