From 25d0bd0e8858f8d3b74608ff38a89d94975dba08 Mon Sep 17 00:00:00 2001 From: VALADI K JAGANATHAN Date: Mon, 26 Aug 2024 10:19:17 +0530 Subject: [PATCH] Update seedcontrol.js --- js/seedcontrol.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/seedcontrol.js b/js/seedcontrol.js index c1dd9bb..350d4e6 100644 --- a/js/seedcontrol.js +++ b/js/seedcontrol.js @@ -28,7 +28,7 @@ class SeedControl { this.lastSeed = -1; this.serializedCtx = {}; this.node = node; - this.seedBehavior = 'randomize'; // Default behavior + this.seedBehavior = 'fixed'; // Default behavior let controlAfterGenerateIndex;