
| Key: |
GATH-28
|
| Type: |
Sub-task
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Esamynn
|
| Reporter: |
Esamynn
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
GUI
|
| Affects Version/s: |
3.0.2,
3.0.3,
3.0.0,
3.0.1,
3.0.4
|
| Fix Version/s: |
3.0.5
|
|
|
In GatherMiniNotes.lua lines 228-264, we need to ensure that the extra fading that can be done because of node distance and/or inspection can never cause the overall opacity to actually be increased.
|
|
Description
|
In GatherMiniNotes.lua lines 228-264, we need to ensure that the extra fading that can be done because of node distance and/or inspection can never cause the overall opacity to actually be increased. |
Show » |
|
<Kinesia> Are they in percent format already? I'd probably say it should be "local fadeLevel = (opacity * fadePerc) * ratio" then a fadePerc of 0 will leave you with your default opacity in the next line and a fadePerc of 100% will leave you with an Opacity of 0.