mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-03-03 16:51:28 +01:00
That would've been bad DX
This commit is contained in:
parent
ac52865c02
commit
cd0b86fc36
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class Particles {
|
|||
}
|
||||
|
||||
public Particle spawnParticle(int particleId, boolean ignoreDistance, Vec3d pos, double speedX, double speedY, double speedZ, int ...pars) {
|
||||
return spawnParticle(particleId, ignoreDistance, pos, speedX, speedY, speedZ, pars);
|
||||
return spawnParticle(particleId, ignoreDistance, pos.x, pos.y, pos.z, speedX, speedY, speedZ, pars);
|
||||
}
|
||||
|
||||
public Particle spawnParticle(int particleId, boolean ignoreDistance, double posX, double posY, double posZ, double speedX, double speedY, double speedZ, int ...pars) {
|
||||
|
|
Loading…
Add table
Reference in a new issue