1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Check for falling float nodes in liquid transform (#12862)

This commit is contained in:
Jude Melton-Houghton 2022-10-18 18:03:05 -04:00 committed by GitHub
parent b38ffdec27
commit dafdb3edb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 1 deletions

View file

@ -322,6 +322,9 @@ struct ContentFeatures
bool has_on_destruct;
bool has_after_destruct;
// "float" group
bool floats;
/*
Actual data
*/