Skip to content

Commit dfe11ff

Browse files
committed
Add missing renderTabLine return type.
1 parent 1e6f83d commit dfe11ff

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
@@ -4607,7 +4607,7 @@ declare module Phaser {
46074607
postUpdate(): void;
46084608
parseList(list: any[]): Phaser.Text;
46094609
preUpdate(): void;
4610-
renderTabLine(line: string, x: number, y: number, fill?: boolean);
4610+
renderTabLine(line: string, x: number, y: number, fill?: boolean): void;
46114611
setShadow(x?: number, y?: number, color?: any, blur?: number, shadowStroke?: boolean, shadowFill?: boolean): Phaser.Text;
46124612
setStyle(style?: PhaserTextStyle): Phaser.Text;
46134613
setText(text: string): Phaser.Text;

0 commit comments

Comments
 (0)