DataBeam :

- piccoli aggiustamenti per TURN.
This commit is contained in:
DarioS
2022-08-25 11:42:34 +02:00
parent 29ed56df16
commit e4c5a2e06d
7 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function ProcessText.Make( Proc, nPhase, nRawId, nPartId)
return false, sErr
end
-- verifico che il testo non sia orientato verso il basso (-5 deg)
if vtN:getZ() < - 0.1 and not BD.DOWN_HEAD then
if vtN:getZ() < - 0.1 and not BD.DOWN_HEAD and not BD.TURN then
local sErr = 'Error on process ' .. tostring( Proc.Id) .. ' Text from bottom impossible'
EgtOutLog( sErr)
return false, sErr