mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
Disabling random generation for now
This commit is contained in:
parent
8f327af3c1
commit
afc8e3dbdf
@ -166,9 +166,9 @@ Engine = Base.extend({
|
||||
}
|
||||
|
||||
// 1 Per second? Maybe?
|
||||
if (Engine.getRandomFloat(0,100) < 1.6666) {
|
||||
this.generateRandomShape();
|
||||
}
|
||||
// if (Engine.getRandomFloat(0,100) < 1.6666) {
|
||||
// this.generateRandomShape();
|
||||
// }
|
||||
},
|
||||
|
||||
generateRandomShape: function(){
|
||||
|
Loading…
Reference in New Issue
Block a user