mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Disable sponges.
They appear to be oddly unperformant for some reason. Need to look into it.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "LiquidTileDynamic.hpp"
|
||||
#include "world/level/Level.hpp"
|
||||
|
||||
bool g_bDisableSponges = false;
|
||||
constexpr bool g_bDisableSponges = true; // disable sponges for now
|
||||
|
||||
LiquidTileDynamic::LiquidTileDynamic(int id, Material* pMtl) : LiquidTile(id, pMtl)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user