]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/Simulation.hpp
camera controls
[blobs.git] / src / world / Simulation.hpp
index ee497a8f97a47b1ded9176b85f973ea7f5a645a9..31489c6de7aef91e20c93c1164771260eb251e62 100644 (file)
@@ -29,7 +29,7 @@ public:
        Simulation &operator =(Simulation &&) = delete;
 
 public:
-       void Tick();
+       void Tick(double dt);
 
        void AddBody(Body &);
        void AddPlanet(Planet &);