deltatime

This commit is contained in:
2026-03-12 21:23:31 +01:00
parent 74159a6fda
commit 4c07694a25
7 changed files with 28 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ namespace Game::Object {
virtual ~Entity() = 0;
virtual void start() = 0;
virtual void update() = 0;
virtual void update(float deltaTime) = 0;
void render(Game::Renderer::Renderer* renderer);
// Setters and getters