wip: draw physics thread ups

This commit is contained in:
2026-02-24 18:15:14 +01:00
parent 90e2dc2186
commit d3f93fc3c6
6 changed files with 26 additions and 8 deletions

View File

@ -77,7 +77,7 @@ public:
const std::vector<std::pair<std::size_t, std::size_t>> &springs)
-> void;
auto DrawTextures() -> void;
auto DrawTextures(float ups) -> void;
};
#endif