mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
made screen go slightly blue when underwater
This commit is contained in:
parent
71f5d4b344
commit
7b290660ea
4 changed files with 35 additions and 0 deletions
|
@ -406,6 +406,9 @@ public:
|
|||
|
||||
// Get event from queue. CEE_NONE is returned if queue is empty.
|
||||
ClientEnvEvent getClientEvent();
|
||||
|
||||
// Post effects
|
||||
void drawPostFx(video::IVideoDriver* driver, v3f camera_pos);
|
||||
|
||||
private:
|
||||
ClientMap *m_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue