Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Dec 14, 2024
1 parent 93395f2 commit 04e3287
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/FastNoise/Generators/DomainWarpSimplex.inl
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ protected:
float32v sign = FS::Masked( signMask, float32v( FS::Cast<float>( int32v( 1 << 31 ) ) ) );
float32v offset0 = float32v( 2 * kReflectUnskew3 ) ^ sign;

float32v gradientRampValue = GetGradientDotCommon( HashPrimes( seed, xPrimedBase, yPrimed, zPrimed ), dxBase - offset0, dyBase, dzBase );
float32v falloffBase = FS::Min( ( sign ^ dxBase ) - falloffBaseStemB, float32v( 0.0f ) );

ApplyVectorContributionCommon<Scheme>( HashPrimes( seed, xPrimedBase, yPrimed, zPrimed ), dxBase - offset0, dyBase, dzBase,
Expand Down

0 comments on commit 04e3287

Please sign in to comment.