mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 06:31:19 +02:00
- removed deprecated code from renderer since we have good success with the visible quad cache
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -242,8 +242,6 @@ private:
|
|||||||
float smoothedRenderFps;
|
float smoothedRenderFps;
|
||||||
bool shadowsOffDueToMinRender;
|
bool shadowsOffDueToMinRender;
|
||||||
|
|
||||||
bool useQuadCache;
|
|
||||||
|
|
||||||
SimpleTaskThread *saveScreenShotThread;
|
SimpleTaskThread *saveScreenShotThread;
|
||||||
Mutex saveScreenShotThreadAccessor;
|
Mutex saveScreenShotThreadAccessor;
|
||||||
std::list<std::pair<string,Pixmap2D *> > saveScreenQueue;
|
std::list<std::pair<string,Pixmap2D *> > saveScreenQueue;
|
||||||
|
Reference in New Issue
Block a user