Skip to content

Commit

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

#define SKA_SIZE2D_ZERO (SESize2D){ 0.0f, 0.0f }
#define SKA_SIZE2D_ZERO (SKASize2D){ 0.0f, 0.0f }

// --- SKASize2Di --- //
typedef struct SKASize2Di {
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seika",
"version": "0.0.15",
"version": "0.0.16",
"dependencies": [
{
"name": "sdl2",
Expand Down

0 comments on commit 853c539

Please sign in to comment.