2
0
Эх сурвалжийг харах

fix FarAttenuationEnd parsing

Lewy Blue 7 жил өмнө
parent
commit
b7c6e64649

+ 1 - 1
examples/js/loaders/FBXLoader.js

@@ -1741,7 +1741,7 @@
 
 				} else {
 
-					distance = lightAttribute.FarAttenuationEnd.value / 1000;
+					distance = lightAttribute.FarAttenuationEnd.value;
 
 				}