Fixed error message in hdrfilm (Gian Calgeer)
parent
96379a07a9
commit
e567fea005
|
@ -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())
|
||||||
|
|
Loading…
Reference in New Issue