Skip to content

Commit

Permalink
Revert color changes as they broke all colors
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Dec 25, 2024
1 parent 31df891 commit 20a9408
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions public/color.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ class Color
{
SetColor(_r, _g, _b, _a);
}
Color(const Color& rhs) {
SetRawColor( rhs.GetRawColor() );
}

// set the color
// r - red component (0-255)
Expand Down

0 comments on commit 20a9408

Please sign in to comment.