Browse Source

[fx] Just removed assertion in vMult optimize

Clément Espeute 9 months ago
parent
commit
24411ffec8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      hrt/prefab/fx/Emitter.hx

+ 0 - 3
hrt/prefab/fx/Emitter.hx

@@ -1748,11 +1748,8 @@ class Emitter extends Object3D {
 							case VCurve(vb): return VAddRandCurve(av, ri, rscale, vb);
 							default:
 						}
-					case VBlend(_,_,_):
-						return VMult(a, b);
 					default:
 				}
-				throw "Need optimization" + Std.string(a)+ " * " + Std.string(b);
 				return VMult(a, b);
 			}