X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2Fsim.cpp;h=b6a198d7365a7336be1d7e224b6fe4aaddd1656b;hp=071ad17cb0ed5786a998334c6e0fc9cb03a3ac1f;hb=42db7d9d2286e50896ad172e2e4a8fbe65c8a4a9;hpb=8f6530c75730f901efd6708e4fde7e68a178adf1 diff --git a/src/world/sim.cpp b/src/world/sim.cpp index 071ad17..b6a198d 100644 --- a/src/world/sim.cpp +++ b/src/world/sim.cpp @@ -8,10 +8,9 @@ namespace blobs { namespace world { -Simulation::Simulation(Body &r, const Set &res, const Set &tile) +Simulation::Simulation(Body &r, app::Assets &assets) : root(r) -, resources(res) -, tile_types(tile) +, assets(assets) , bodies() , planets() , suns()