diff --git a/src/particles/ParticleContainer.js b/src/particles/ParticleContainer.js index 67796cf..63f7791 100644 --- a/src/particles/ParticleContainer.js +++ b/src/particles/ParticleContainer.js @@ -313,10 +313,10 @@ frame.y * resolution, frame.width * resolution, frame.height * resolution, - positionX * resolution, - positionY * resolution, - finalWidth * resolution, - finalHeight * resolution + positionX * renderer.resolution, + positionY * renderer.resolution, + finalWidth * renderer.resolution, + finalHeight * renderer.resolution ); } }