Skip to content

Commit bd6c91f

Browse files
authored
Merge pull request phaserjs#2651 from calvindavis/dev
Fixed optional seeds parameter in RandomDataGenerator's constructor.
2 parents 8139d48 + e12e34e commit bd6c91f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4074,7 +4074,7 @@ declare module Phaser {
40744074

40754075
class RandomDataGenerator {
40764076

4077-
constructor(seeds: any[] | string);
4077+
constructor(seeds?: any[] | string);
40784078

40794079
angle(): number;
40804080
between(min: number, max: number): number;

0 commit comments

Comments
 (0)