1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 09:25:37 +02:00

Reduce the FPS when the window is unfocused (#8837)

This commit is contained in:
HybridDog
2020-10-03 18:33:51 +02:00
committed by GitHub
parent 4b423ee9b1
commit 9dc29a75b4
5 changed files with 18 additions and 16 deletions

View File

@@ -277,7 +277,7 @@ private:
/** do preprocessing for cloud subsystem */
void cloudPreProcess();
/** do postprocessing for cloud subsystem */
void cloudPostProcess();
void cloudPostProcess(u32 frametime_min, IrrlichtDevice *device);
/** internam data required for drawing clouds */
struct clouddata {