mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Reduce the FPS when the window is unfocused (#8837)
This commit is contained in:
parent
4b423ee9b1
commit
9dc29a75b4
5 changed files with 18 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue