Skip to content

Commit

Permalink
Load Codec for png images (now a plugin)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Idel committed Apr 20, 2019
1 parent 8dfa9d1 commit aec581c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rviz_rendering/src/rviz_rendering/render_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ RenderSystem::loadOgrePlugins()
#else
ogre_root_->loadPlugin(plugin_prefix + "RenderSystem_GL");
#endif
ogre_root_->loadPlugin(plugin_prefix + "Codec_STBI");
// #if __APPLE__
// #else
// ogre_root_->loadPlugin(plugin_prefix + "RenderSystem_GL3Plus");
Expand Down

0 comments on commit aec581c

Please sign in to comment.