mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 19:00:04 -05:00
Remove software and opengl flow implementations
This simplifies the code base A LOT.
This commit is contained in:
@ -121,7 +121,7 @@ void YACReaderComicFlow3D::resortCovers(QList<int> newOrder)
|
||||
|
||||
QList<QString> pathsNew;
|
||||
QVector<bool> loadedNew;
|
||||
QVector<YACReaderComicReadStatus> marksNew;
|
||||
QVector<YACReader::YACReaderComicReadStatus> marksNew;
|
||||
QVector<YACReader3DImageRHI> imagesNew;
|
||||
|
||||
int index = 0;
|
||||
|
||||
Reference in New Issue
Block a user