Update seedcontrol.js

This commit is contained in:
VALADI K JAGANATHAN
2024-08-26 10:19:17 +05:30
committed by GitHub
parent b471390b88
commit 25d0bd0e88

View File

@@ -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;