Skip to content

Commit

Permalink
Fixing math macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Dec 26, 2023
1 parent 676592f commit 4f7d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seika/math/se_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ typedef struct SKARect2 {
float h;
} SKARect2;

#define SKA_RECT2D_ZERO (SESize2D){ 0.0f, 0.0f, 0.0f, 0.0f }
#define SKA_RECT2D_ZERO (SKARect2){ 0.0f, 0.0f, 0.0f, 0.0f }

bool se_rect2_does_rectangles_overlap(const SKARect2* sourceRect, const SKARect2* targetRect);

Expand Down

0 comments on commit 4f7d54e

Please sign in to comment.