Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra authored and Banane9 committed Nov 23, 2024
1 parent e0bd589 commit ad69416
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ArrayEditing/ArrayEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ void ArrayDriveCheck(IChangeable changeable)
// doesn't work?
static void SetParticlePoint(ValueGradientDriver<int2>.Point point, LinearKey<ParticleBurst> arrayElem)
{
Logger.Info(() => $"SetParticlePoint: {arrayElem.time} {arrayElem.value.minCount} {arrayElem.value.maxCount}");
point.Position.Value = arrayElem.time;
point.Value.Value = new int2(arrayElem.value.minCount, arrayElem.value.maxCount);
}
Expand Down Expand Up @@ -583,7 +582,6 @@ static void ArrayChanged(IChangeable changeable)

if (isSyncLinear && SupportsLerp(syncLinearType!))
{
Logger.Info(() => "isSyncLinear owo");
if (isParticleBurst)
SetParticlePoint((ValueGradientDriver<int2>.Point)elem!, (LinearKey<ParticleBurst>)array.GetElement(i));
else
Expand Down

0 comments on commit ad69416

Please sign in to comment.