Skip to content

Commit

Permalink
AABB.h:
Browse files Browse the repository at this point in the history
* Fixing set_empty() too.
  • Loading branch information
razterizer committed Oct 24, 2024
1 parent 78c6761 commit a90fcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AABB.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AABB
rmin = math::get_max<T>();
rmax = math::get_min<T>();
cmin = math::get_max<T>();
cmax = math::get_max<T>();
cmax = math::get_min<T>();
}

bool empty() const
Expand Down

0 comments on commit a90fcd1

Please sign in to comment.