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 4, 2023
1 parent 366bde8 commit 23dc7a3
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 @@ -6,7 +6,7 @@ namespace Raylib {

::Texture2D &TextureManagerImpl::getTexture(const std::string &path)
{
return _loadTexture(path);
return loadTexture(path);
}

::Texture2D TextureManagerImpl::loadTexture(const std::string &path)
Expand Down

0 comments on commit 23dc7a3

Please sign in to comment.