Modify CalcOverallHeightRange to not return nil
Signed-off-by: amzn-tommy <waltont@amazon.com>
This commit is contained in:
+2
-1
@@ -138,7 +138,8 @@ function CalcOverallHeightRange(context)
|
||||
if(enableLayer3) then GetMergedHeightRange(heightMinMax, offsetLayer3, factorLayer3) end
|
||||
|
||||
else
|
||||
heightMinMax = {0,0}
|
||||
heightMinMax[0] = 0
|
||||
heightMinMax[1] = 0
|
||||
end
|
||||
|
||||
return heightMinMax
|
||||
|
||||
Reference in New Issue
Block a user