Skip to content

Commit cb5283d

Browse files
committed
Plugins: RsImage - expose *.hdr support
1 parent 27cfbe2 commit cb5283d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlugIns/RsImageCodec/src/OgreRsImageCodec.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RsImageCodec::RegisteredCodecList RsImageCodec::msCodecList;
4949
void RsImageCodec::startup(void)
5050
{
5151
// Register codecs
52-
String exts = "jpeg,jpg,png,bmp,gif,tiff,tga,exr";
52+
String exts = "jpeg,jpg,png,bmp,gif,tiff,tga,exr,hdr";
5353
StringVector extsVector = StringUtil::split(exts, ",");
5454
for (auto& v : extsVector)
5555
{

0 commit comments

Comments
 (0)