G26 uses logic that looks like: ``` ex = _GET_MESH_X(i + 1) - (SIZE_OF_INTERSECTION_CIRCLES - (SIZE_OF_CROSSHAIRS)); ``` The Bi-Linear macros need parenthesis to work correctly.
|
|
||
72 |
|
72 |
|
73 |
|
73 |
|
74 |
|
74 |
|
75 |
|
|
|
76 |
|
|
|
|
75 |
|
|
|
76 |
|
|
77 |
|
77 |
|
78 |
|
78 |
|
79 |
|
79 |
|