working on a more versitile fps counter, but need to move to the newest imgui first

This commit is contained in:
2018-02-26 20:49:27 -08:00
parent d431352e8f
commit 33a8e3af8b
5 changed files with 270 additions and 16 deletions

View File

@@ -65,8 +65,8 @@ public:
private:
float friction_coefficient = 0.001f;
float default_impulse = 0.1f;
float friction_coefficient = 0.1f;
float default_impulse = 0.01f;
// 3D vector
sf::Vector3f movement;