diff options
author | bonmas14 <bonmas14@gmail.com> | 2023-10-26 14:17:12 +0300 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2023-10-26 14:17:12 +0300 |
commit | 0ee008ae77fb76cbe9fe151cc6c4bc9f89cb98a5 (patch) | |
tree | 3bd7d0169f38e38c53f16bba244381d5f348d0f3 /RayRoom.Tests | |
parent | 91d37e2f17ca0e3d9f122c54268356edb1fd2978 (diff) | |
download | RayRoom-0ee008ae77fb76cbe9fe151cc6c4bc9f89cb98a5.tar.gz RayRoom-0ee008ae77fb76cbe9fe151cc6c4bc9f89cb98a5.zip |
- code cleanup and settings change
Diffstat (limited to 'RayRoom.Tests')
-rw-r--r-- | RayRoom.Tests/MathTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RayRoom.Tests/MathTest.cs b/RayRoom.Tests/MathTest.cs index 804f32c..01f2137 100644 --- a/RayRoom.Tests/MathTest.cs +++ b/RayRoom.Tests/MathTest.cs @@ -21,7 +21,7 @@ namespace RayRoom.Tests Assert.IsFalse(CollisionHelpers.RaycastRayToRay(a, d, out info)); Console.WriteLine(info.ToString()); } - + [TestMethod] public void TestRayToLineCollision() { |