Skip to content

Commit e12e34e

Browse files
authored
Fixed optional seeds parameter in RandomDataGenerator's constructor.
1 parent c2d5969 commit e12e34e

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)