... | ... |
@@ -1092,7 +1092,7 @@ var displayClass = { |
1092 | 1092 |
.setVisible(abs_deflection > abs_deflection_max); |
1093 | 1093 |
var scale = deflection / 2; |
1094 | 1094 |
} |
1095 |
- scale = (abs(scale) > 1.2) ? 1.2 : scale; |
|
1095 |
+ scale = (abs(scale) > 1.2) ? 1.2 * scale / abs(scale) : scale; |
|
1096 | 1096 |
me.screenElements[source ~ '-CDI'] |
1097 | 1097 |
.setTranslation(65 * scale, 0); |
1098 | 1098 |
me.timers.updateCDI.start(); |