1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-16 03:31:52 +00:00

forgot this

This commit is contained in:
mekb the turtle 2021-12-02 18:20:34 +11:00 committed by GitHub
parent b251935c88
commit e046ada889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ export class RandomNumberGenerator {
* @param {number|string=} seed
*/
constructor(seed) {
reseed(seed);
this.reseed(seed);
}
/**