Skip to content

Commit

Permalink
Samples: Browser - log if plugin is not a sample
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 5, 2024
1 parent 03b0f23 commit 54fdead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Samples/Browser/include/SampleBrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ namespace OgreBites

if (!sp) // this is not a SamplePlugin, so unload it
{
Ogre::LogManager::getSingleton().logError(*i + " is not a SamplePlugin");
unloadedSamplePlugins.push_back(sampleDir + *i);
mRoot->unloadPlugin(sampleDir + *i);
continue;
Expand Down

0 comments on commit 54fdead

Please sign in to comment.