typo fix uv
-> var uv
This commit is contained in:
bovenliggende
8c15c5a1d7
commit
eb224e01aa
@ -92,7 +92,7 @@ var XYZToFaceUV = function(xyz) {
|
||||
face += 3;
|
||||
}
|
||||
|
||||
uv = faceXYZToUV (face,xyz);
|
||||
var uv = faceXYZToUV (face,xyz);
|
||||
|
||||
return [face, uv];
|
||||
};
|
||||
|
Laden…
x
Verwijs in nieuw issue
Block a user