aboutsummaryrefslogtreecommitdiff
path: root/servers/physics_2d
diff options
context:
space:
mode:
authorArtem Varaksa2018-02-17 16:00:39 +0300
committerArtem Varaksa2018-02-17 16:00:39 +0300
commitd35e48622800f6686dbdfba380e25170005dcc2b (patch)
tree373b6abb4e4a15befea66446841c16ce5541535b /servers/physics_2d
parent3d4bf5a90e9b32c6c93647c7fa08785b22cd5442 (diff)
downloadgodot-d35e48622800f6686dbdfba380e25170005dcc2b.tar.gz
godot-d35e48622800f6686dbdfba380e25170005dcc2b.tar.zst
godot-d35e48622800f6686dbdfba380e25170005dcc2b.zip
Diffstat (limited to 'servers/physics_2d')
-rw-r--r--servers/physics_2d/shape_2d_sw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/physics_2d/shape_2d_sw.cpp b/servers/physics_2d/shape_2d_sw.cpp
index 4605516fe..5893f1982 100644
--- a/servers/physics_2d/shape_2d_sw.cpp
+++ b/servers/physics_2d/shape_2d_sw.cpp
@@ -589,7 +589,7 @@ bool ConvexPolygonShape2DSW::intersect_segment(const Vector2 &p_begin, const Vec
for (int i = 0; i < point_count; i++) {
- //hmm crap.. no can do..
+ //hmm.. no can do..
/*
if (d.dot(points[i].normal)>=0)
continue;