Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed May 11, 2024
1 parent e1e927f commit 07236fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function randomizeTypesConfig(
if (!randomTypesConfig.USE_LINK_GRAVITY_BOUNDS) {
copyConfigMatrixValue(oldConfig.LINK_GRAVITY, newConfig.LINK_GRAVITY, 0);
} else {
if (randomTypesConfig.LINK_TYPE_MATRIX_SYMMETRIC) {
if (randomTypesConfig.LINK_GRAVITY_MATRIX_SYMMETRIC) {
makeMatrixSymmetric(newConfig.LINK_GRAVITY);
}
if (skipSubMatricesBoundaryIndex !== undefined) {
Expand Down

0 comments on commit 07236fb

Please sign in to comment.