Skip to content

Commit 7dd807c

Browse files
committed
fix compile error
1 parent 24edafa commit 7dd807c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Integrations/Autodesk/max/scripts/UnityFbxForMaxPlugin.ms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ macroScript UnityImport category:"Unity"
3131
if fbxFileName != undefined then
3232
(
3333
-- ask to set units to cm if not already
34-
if (unityAskSetUnits == undefined or !unityAskSetUnits) and units.SystemType != #Centimeters then (
34+
if (unityAskSetUnits == undefined or not unityAskSetUnits) and units.SystemType != #Centimeters then (
3535
result = false
3636
(
3737
result = queryBox "Using system units other than centimeters is not recommended and may result in unexpected scaling on export.\nWould you like to set system units to centimeters?" title:"Warning"

0 commit comments

Comments
 (0)