Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Feb 3, 2024
1 parent 8d3df4d commit 139ce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/math.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Phony math.h. Since we are compiling with --no-standard-libraries we raymath.h can't find math.h.
// Phony math.h. Since we are compiling with --no-standard-libraries raymath.h can't find math.h.
// But it only needs it for few function definitions. So we've put those definitions here.
#ifndef MATH_H_
#define MATH_H_
Expand Down

0 comments on commit 139ce35

Please sign in to comment.