diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-10-02 05:02:34 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-10-02 05:02:34 +0200 |
commit | 522c6ea14cd2c1569ce5ff24c0241edba1835308 (patch) | |
tree | 9cd9e496f185f46d0dde7f3fa6058241f0713afb /include | |
parent | ca49eef152db41ac30df2fd6a1b4631f81491b6b (diff) |
Revert tab style
Diffstat (limited to 'include')
-rw-r--r-- | include/Utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Utils.hpp b/include/Utils.hpp index 245f1df..5f725bf 100644 --- a/include/Utils.hpp +++ b/include/Utils.hpp @@ -12,5 +12,5 @@ namespace QuickMedia { time_t iso_utc_to_unix_time(const char *time_str); std::string unix_time_to_local_time_str(time_t unix_time); - sf::Vector2f vec2f_round(float x, float y); + sf::Vector2f vec2f_floor(float x, float y); }
\ No newline at end of file |