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;