Fixed error message in hdrfilm (Gian Calgeer)

metadata
Wenzel Jakob 2014-03-25 18:04:40 +01:00
parent 96379a07a9
commit e567fea005
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ public:
m_fileFormat = Bitmap::EPFM; m_fileFormat = Bitmap::EPFM;
} else { } else {
Log(EError, "The \"fileFormat\" parameter must either be " Log(EError, "The \"fileFormat\" parameter must either be "
"equal to \"openexr\" or \"rgbe\"!"); "equal to \"openexr\", \"pfm\", or \"rgbe\"!");
} }
if (pixelFormats.empty()) if (pixelFormats.empty())