diff options
Diffstat (limited to 'src/world.cpp')
-rw-r--r-- | src/world.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.cpp b/src/world.cpp index 6ee7255..cced289 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -1360,6 +1360,7 @@ void IndoorWorld::draw(Player *p){ * Draw all entities. */ + for(auto &part : particles) part->draw(); for(auto &e : entity) e->draw(); p->draw(); } |