Fix clock rendering artifact
This commit is contained in:
parent
d3e27df818
commit
543feffea9
|
@ -142,7 +142,7 @@ ORCA_EXPORT void oc_on_frame_refresh(void)
|
|||
oc_matrix_push(mat_transform(centerX, centerY, secondsRotation));
|
||||
{
|
||||
oc_set_color_rgba(1, 0.2, 0.2, 1);
|
||||
oc_rounded_rectangle_fill(0, -2.5 * uiScale, clockRadius * 0.8f, 5 * uiScale, 5 * uiScale);
|
||||
oc_rounded_rectangle_fill(0, -2.5 * uiScale, clockRadius * 0.8f, 5 * uiScale, 2.5 * uiScale);
|
||||
|
||||
oc_matrix_pop();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue