1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

made screen go slightly blue when underwater

This commit is contained in:
Perttu Ahola 2011-07-01 21:25:31 +03:00
parent 71f5d4b344
commit 7b290660ea
4 changed files with 35 additions and 0 deletions

View file

@ -2241,6 +2241,13 @@ void the_game(
core::rect<s32>(0,0,screensize.X,screensize.Y),
NULL);
}
/*
Environment post fx
*/
{
client.getEnv()->drawPostFx(driver, camera_position);
}
/*
End scene