add particles.stop(...)

This commit is contained in:
MihailRis
2024-11-04 14:55:35 +03:00
parent 0cd5136fdb
commit 3ecb7b447f
4 changed files with 16 additions and 10 deletions
-4
View File
@@ -535,10 +535,6 @@ void WorldRenderer::drawBorders(
lineBatch->flush();
}
void WorldRenderer::addEmitter(std::unique_ptr<Emitter> emitter) {
particles->add(std::move(emitter));
}
void WorldRenderer::clear() {
renderer->clear();
}