--User changes

-Allow for an opacity greater than 1, which can have the effect of highlighting a specific xform.
This commit is contained in:
Person
2020-10-20 21:00:50 -07:00
parent 36b71278ec
commit 9160f08b5a
3 changed files with 6 additions and 6 deletions

View File

@ -303,7 +303,7 @@ bool EmberRender(int argc, _TCHAR* argv[], EmberOptions& opt)
bool doOnlyExr16 = doExr16 && !doExr32;
vector<byte> rgb8Image;
vector<std::thread> writeFileThreads;
writeFileThreads.reserve(5);
writeFileThreads.reserve(6);
if (doBmp || doJpg)
{