File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,6 @@ void ArrayDriveCheck(IChangeable changeable)
497497 // doesn't work?
498498 static void SetParticlePoint ( ValueGradientDriver < int2 > . Point point , LinearKey < ParticleBurst > arrayElem )
499499 {
500- Logger . Info ( ( ) => $ "SetParticlePoint: { arrayElem . time } { arrayElem . value . minCount } { arrayElem . value . maxCount } ") ;
501500 point . Position . Value = arrayElem . time ;
502501 point . Value . Value = new int2 ( arrayElem . value . minCount , arrayElem . value . maxCount ) ;
503502 }
@@ -583,7 +582,6 @@ static void ArrayChanged(IChangeable changeable)
583582
584583 if ( isSyncLinear && SupportsLerp ( syncLinearType ! ) )
585584 {
586- Logger . Info ( ( ) => "isSyncLinear owo" ) ;
587585 if ( isParticleBurst )
588586 SetParticlePoint ( ( ValueGradientDriver < int2 > . Point ) elem ! , ( LinearKey < ParticleBurst > ) array . GetElement ( i ) ) ;
589587 else
You can’t perform that action at this time.
0 commit comments