Skip to content

Commit

Permalink
Removing unused color function since macros replace it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Dec 25, 2023
1 parent ebda0f8 commit 676592f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion seika/math/se_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ typedef struct SKAColor {
SKAColor ska_color_get_normalized_color_default_alpha(unsigned int r, unsigned int g, unsigned int b);
SKAColor ska_color_get_normalized_color(unsigned int r, unsigned int g, unsigned int b, unsigned int a);
SKAColor ska_color_get_normalized_color_from_color(const SKAColor* color);
SKAColor ska_color_get_white();

// --- Misc --- //
float ska_math_lerpf(float a, float b, float t);
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.14",
"version": "0.0.15",
"dependencies": [
{
"name": "sdl2",
Expand Down

0 comments on commit 676592f

Please sign in to comment.