1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Actually pause singleplayer game in pause menu and use lower maximum FPS in it

This commit is contained in:
Perttu Ahola 2014-01-06 17:37:23 +02:00
parent 6833e04bc5
commit 92aa38bdfc
7 changed files with 41 additions and 17 deletions

View file

@ -44,6 +44,8 @@ public:
bool OnEvent(const SEvent& event);
bool pausesGame(){ return true; }
private:
Client* m_client;