Skip to content

Commit 86a5e75

Browse files
committed
Typo
1 parent 630779e commit 86a5e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3ds Max/Max2Babylon/Exporter/BabylonExporter.Texture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ private ITexmap _getSpecialTexmap(ITexmap texMap, out float amount)
553553
}
554554

555555
// var bumpAmount = block.GetFloat(1, 0, 0); // Bump texture Mult Spin
556-
// var bumpMap = block.GetMap(3, 0, 0); // Bump texture Mult Spin
556+
// var bumpMap = block.GetMap(3, 0, 0); // Bump texture
557557
var bumpMapEnable = block.GetInt(5, 0, 0); // Bump texture Enable
558558
if (bumpMapEnable == 1)
559559
{

0 commit comments

Comments
 (0)