You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Small fixes to static analyzer bugs
This commit is contained in:
@@ -67,7 +67,7 @@ struct Rect2 {
|
||||
|
||||
if (p_point.x < position.x) {
|
||||
real_t d = position.x - p_point.x;
|
||||
dist = inside ? d : MIN(dist, d);
|
||||
dist = d;
|
||||
inside = false;
|
||||
}
|
||||
if (p_point.y < position.y) {
|
||||
|
||||
Reference in New Issue
Block a user