Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
1 deletion.
-
+2
−1
src/collision.cpp
|
@@ -417,7 +417,8 @@ collisionMoveResult collisionMoveSimple(Environment *env, IGameDef *gamedef, |
|
|
*/ |
|
|
//f32 d = pos_max_d * 1.1f; |
|
|
|
|
|
f32 d = 0.01f; // Temporary fix, any nonzero d causes collision glitches, the more the greater it is. |
|
|
|
|
|
f32 d = 0.3f; // Temporary fix, any nonzero d causes collision glitches, the more the greater it is. |
|
|
// ultimately it has to be determined if any uncertainty is involved, and if it is, eliminated |
|
|
// and d & pos_max_d params removed from function calls. |
|
|
|
|
|