Skip to content

Commit

Permalink
Update Fog.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda authored Jun 13, 2020
1 parent d3483c7 commit 0a7b0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/Fog.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface IFog {
*/
export class Fog implements IFog {

constructor( color: number | string, near?: number, far?: number );
constructor( color: Color | number | string, near?: number, far?: number );

name: string;

Expand Down

0 comments on commit 0a7b0c5

Please sign in to comment.