mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
reorder initialization of Render
This commit is contained in:
parent
a8677553b7
commit
560bcf7f32
@ -398,7 +398,7 @@ void PageRender::run()
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Render::Render()
|
||||
:currentIndex(0),doublePage(false),doubleMangaPage(false),comic(0),loadedComic(false),imageRotation(0),numLeftPages(4),numRightPages(4)
|
||||
:comic(0),doublePage(false),doubleMangaPage(false),currentIndex(0),numLeftPages(4),numRightPages(4),loadedComic(false),imageRotation(0)
|
||||
{
|
||||
int size = numLeftPages+numRightPages+1;
|
||||
currentPageBufferedIndex = numLeftPages;
|
||||
|
Loading…
x
Reference in New Issue
Block a user