Bump the max number of visible covers a little bit

This commit is contained in:
Luis Ángel San Martín 2024-01-27 10:27:06 +01:00
parent 1280918bfe
commit 89c9895db7

View File

@ -1200,7 +1200,7 @@ void YACReaderComicFlowGL::updateImageData()
count = 12; count = 12;
break; break;
case ultraHigh: case ultraHigh:
count = 14; count = 16;
break; break;
} }
int *indexes = new int[2 * count + 1]; int *indexes = new int[2 * count + 1];