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 0309477 commit 2e2e828
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 @@ -16,7 +16,7 @@ namespace Raylib {
return _textures[fileName];
}

void preloadTexture(const std::string &path)
void TextureManagerImpl::preloadTexture(const std::string &path)
{
std::lock_guard<std::mutex> lock(_mutex);
auto fileName = PathResolver::resolve(path);
Expand Down

0 comments on commit 2e2e828

Please sign in to comment.