Skip to content

Commit

Permalink
Plugins: STBI - update stb_image
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 9, 2024
1 parent f27ce40 commit 5b91bb3
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 178 deletions.
2 changes: 1 addition & 1 deletion PlugIns/STBICodec/src/OgreSTBICodec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace Ogre {
stbi_convert_iphone_png_to_rgb(1);
stbi_set_unpremultiply_on_load(1);

LogManager::getSingleton().logMessage("stb_image - v2.28 - public domain image loader");
LogManager::getSingleton().logMessage("stb_image - v2.30 - public domain image loader");

// Register codecs
String exts = "jpeg,jpg,png,bmp,psd,tga,gif,pic,ppm,pgm,hdr";
Expand Down
Loading

0 comments on commit 5b91bb3

Please sign in to comment.