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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user