mirror of
https://github.com/ReMinecraftPE/mcpe.git
synced 2025-01-22 17:23:32 -05:00
* Disable sponges.
They appear to be oddly unperformant for some reason. Need to look into it.
This commit is contained in:
parent
6761e348ec
commit
2a9e12f314
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
#include "LiquidTileDynamic.hpp"
|
#include "LiquidTileDynamic.hpp"
|
||||||
#include "world/level/Level.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)
|
LiquidTileDynamic::LiquidTileDynamic(int id, Material* pMtl) : LiquidTile(id, pMtl)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue