mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-10-31 01:10:24 -04:00 
			
		
		
		
	Fix opencl crash in 'hole' variation
This commit is contained in:
		| @ -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" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Simon Detheridge
					Simon Detheridge