mirror of
https://github.com/YACReader/yacreader
synced 2025-11-16 15:02:49 -05:00
Bump the max number of visible covers a little bit
This commit is contained in:
@ -1200,7 +1200,7 @@ void YACReaderComicFlowGL::updateImageData()
|
||||
count = 12;
|
||||
break;
|
||||
case ultraHigh:
|
||||
count = 14;
|
||||
count = 16;
|
||||
break;
|
||||
}
|
||||
int *indexes = new int[2 * count + 1];
|
||||
|
||||
Reference in New Issue
Block a user