diff --git a/src/r_data/r_sections.h b/src/r_data/r_sections.h index c971cb09b..fcd7cd3b2 100644 --- a/src/r_data/r_sections.h +++ b/src/r_data/r_sections.h @@ -34,7 +34,7 @@ struct BoundingRect void setEmpty() { left = top = FLT_MAX; - bottom = right = FLT_MIN; + bottom = right = -FLT_MAX; } bool contains(const BoundingRect & other) const