this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2070 from Podepi/main

Fixes #2016

authored by

Vadim Grigoruk and committed by
GitHub
c3ef79ed 6d93f9a3

+1 -1
+1 -1
src/core/draw.c
··· 155 155 if (rotate == tic_90_rotate) orientation ^= 1; 156 156 else if (rotate == tic_180_rotate) orientation ^= 3; 157 157 else if (rotate == tic_270_rotate) orientation ^= 2; 158 - if (rotate == tic_90_rotate || rotate == tic_270_rotate) orientation |= 2; 158 + if (rotate == tic_90_rotate || rotate == tic_270_rotate) orientation |= 4; 159 159 160 160 if (scale == 1) { 161 161 // the most common path