added egl plugin commit
This commit is contained in:
@@ -220,7 +220,13 @@ int b3PluginManager::loadPlugin(const char* pluginPath, const char* postFixStr)
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
b3Warning("Warning: couldn't load plugin %s\n", pluginPath);
|
||||
#ifdef _WIN32
|
||||
#else
|
||||
b3Warning("Error: %s\n", dlerror() );
|
||||
#endif
|
||||
|
||||
}
|
||||
if (!ok)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user