Utility/OBJLoader: Fix compilation
This commit is contained in:
parent
0c8128b7e4
commit
faa03225bb
|
|
@ -265,7 +265,7 @@ namespace Nz
|
|||
|
||||
if (vertexIndices.texCoord > 0)
|
||||
{
|
||||
Vector2f uv = texCoords[vertexIndices.texCoord - 1];
|
||||
Vector2f uv = Vector2f(texCoords[vertexIndices.texCoord - 1]);
|
||||
vertex.uv.Set(parameters.texCoordOffset + uv * parameters.texCoordScale);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue