Skip to content

Commit

Permalink
BLUGA-GRAPHICS: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 4, 2023
1 parent 9e809a9 commit 7c2c29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/B-luga-graphics/src/RaylibImpl/Graphics/Graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ namespace Raylib {

void TextImpl::draw()
{
::Color textColor = {_color.r, _color.g, _color.b, _color.a};
::Color textColor = {255, 255, 255, 255};

DrawText(
_text.c_str(),
Expand Down

0 comments on commit 7c2c29c

Please sign in to comment.