This reverts commit 8a779268b601db28005a8348f3c21255718d4526. (cherry picked from commit b69870630d816da60e75f40f0e8852c9d88591b9)
This commit is contained in:
@@ -448,6 +448,10 @@ namespace MMAP
|
||||
minTLevel = h;
|
||||
}
|
||||
|
||||
// terrain under the liquid?
|
||||
if (minLLevel > maxTLevel)
|
||||
useTerrain = false;
|
||||
|
||||
//liquid under the terrain?
|
||||
if (minTLevel > maxLLevel)
|
||||
useLiquid = false;
|
||||
|
||||
Reference in New Issue
Block a user