Skip to content

Commit

Permalink
BLUGA-GRAPHICS: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 2, 2023
1 parent c70de53 commit b950a30
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 @@ -293,7 +293,7 @@ namespace Raylib {
_currentFontSize = fontSize;
}

const std::string &TextImpl::getCurrentText()
const std::string &TextImpl::getCurrentText() const
{
return (_text);
}
Expand Down

0 comments on commit b950a30

Please sign in to comment.