diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/entity.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/entity.cc b/src/core/entity.cc index e7cd70a..67227ca 100644 --- a/src/core/entity.cc +++ b/src/core/entity.cc @@ -24,7 +24,7 @@ namespace core // maximal number of entities const size_t MAX_ENTITY = 1048574; // minimal speed -const float SPEED_THRESHOLD = 0.01f; +const float SPEED_THRESHOLD = 0.001f; using math::Color; using math::Vector3f; |