mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 03:27:24 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -205,7 +205,7 @@ void ParticleEngine::crack(int x, int y, int z, int face)
|
||||
|
||||
}
|
||||
|
||||
wstring ParticleEngine::countParticles()
|
||||
std::wstring ParticleEngine::countParticles()
|
||||
{
|
||||
int l = level->dimension->id == 0 ? 0 : (level->dimension->id == -1 ? 1 : 2 );
|
||||
return _toString<int>((int)(particles[l][0].size() + particles[l][1].size() + particles[l][2].size()));
|
||||
|
||||
Reference in New Issue
Block a user