Skip to content

Commit

Permalink
typo (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSloppy authored Dec 9, 2023
1 parent 8ae7a2f commit e6706eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blades/blade_id.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ template<int MIN, int MAX, class BLADE_ID>
struct NO_BLADE_RangeID {
float id() {
BLADE_ID blade_id;
float ret = blad_id.id();
float ret = blade_id.id();
if (ret >= MIN && ret <= MAX) return NO_BLADE;
return ret;
}
Expand Down

0 comments on commit e6706eb

Please sign in to comment.