X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2FSimulation.hpp;h=31489c6de7aef91e20c93c1164771260eb251e62;hp=ee497a8f97a47b1ded9176b85f973ea7f5a645a9;hb=dd8b3145a03ed676b0ae6311c29fc3d68f666b15;hpb=6c1097479fd1ea41f0f76b91e67613822acf2e90 diff --git a/src/world/Simulation.hpp b/src/world/Simulation.hpp index ee497a8..31489c6 100644 --- a/src/world/Simulation.hpp +++ b/src/world/Simulation.hpp @@ -29,7 +29,7 @@ public: Simulation &operator =(Simulation &&) = delete; public: - void Tick(); + void Tick(double dt); void AddBody(Body &); void AddPlanet(Planet &);