1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 01:45:36 +02: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
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
*/