mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Bump the max number of visible covers a little bit
This commit is contained in:
parent
1280918bfe
commit
89c9895db7
@ -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];
|
||||||
|
Loading…
Reference in New Issue
Block a user