mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04: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;
|
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];
|
||||||
|
Reference in New Issue
Block a user