Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemist0823 committed Jul 23, 2024
1 parent 9dce462 commit 229dc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/three.quarks/src/QuarksUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class QuarksUtil {
*/
static pause(obj: Object3D) {
QuarksUtil.runOnAllParticleEmitters(obj, (ps) => {
ps.system.restart();
ps.system.pause();
});
}
}

0 comments on commit 229dc9e

Please sign in to comment.