aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.hpp')
-rw-r--r--include/world.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.hpp b/include/world.hpp
index f6a432d..2494120 100644
--- a/include/world.hpp
+++ b/include/world.hpp
@@ -256,7 +256,7 @@ protected:
*
* @see addParticle()
*/
- std::vector<Particles> particles;
+ std::list<Particles> particles;
/**
* A vector of all structures in the world.