mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 10:50: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;
|
||||
break;
|
||||
case ultraHigh:
|
||||
count = 14;
|
||||
count = 16;
|
||||
break;
|
||||
}
|
||||
int *indexes = new int[2 * count + 1];
|
||||
|
Loading…
Reference in New Issue
Block a user