Skip to content

Commit

Permalink
BLUGA: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeAbel committed Nov 4, 2023
1 parent 22d6762 commit 78a5c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/B-luga-graphics/src/RaylibImpl/Graphics/Graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ namespace Raylib {
{
::Color textColor = {_color.r, _color.g, _color.b, _color.a};

Logger::info("draw text: " + _text + " " + std::to_string(_pixelPosition.x) + " " + std::to_string(_pixelPosition.y));
DrawText(
_text.c_str(),
static_cast<int>(_pixelPosition.x),
Expand Down

0 comments on commit 78a5c4d

Please sign in to comment.