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 b950a30 commit 3af2908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace Systems::GraphicsSystems {
{
Raylib::Audio::closeAudioDevice();
Raylib::Window::closeWindow();
Raylib::TextureManager::unloadTextures();
Raylib::TextureManager::getInstance().unloadTextures();
}

static void checkRaylibStop(std::size_t /*unused*/, std::size_t /*unused*/)
Expand Down

0 comments on commit 3af2908

Please sign in to comment.