mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
Revert "* Improve the entity ID system, and add priority system. We should no longer have clashes."
This reverts commit 1b97875dd6.
This commit is contained in:
@@ -52,11 +52,6 @@ int Particle::getParticleTexture()
|
||||
return PT_PARTICLES;
|
||||
}
|
||||
|
||||
bool Particle::isUnimportant()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Particle* Particle::scale(float f)
|
||||
{
|
||||
setSize(0.2f * f, 0.2f * f);
|
||||
|
||||
Reference in New Issue
Block a user