mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
Merge pull request #22 from gh2k/opencl-hole
Fix opencl crash in 'hole' variation
This commit is contained in:
commit
ad7d4a3b4f
@ -2726,7 +2726,7 @@ public:
|
||||
string inside = "parVars[" + ToUpper(m_Params[i++].Name()) + index;
|
||||
|
||||
ss << "\t{\n"
|
||||
<< "\t\treal_t r, delta = pow(precalcAtanyx / M_PI + 1, " << a << ");\n"
|
||||
<< "\t\treal_t r, delta = pow(precalcAtanyx / (real_t)M_PI + 1, " << a << ");\n"
|
||||
<< "\n"
|
||||
<< "\t\tif (" << inside << " != 0)\n"
|
||||
<< "\t\t r = xform->m_VariationWeights[" << varIndex << "] * delta / (precalcSqrtSumSquares + delta);\n"
|
||||
|
Loading…
Reference in New Issue
Block a user