2
0
Paul Henschel 5 жил өмнө
parent
commit
0a7b0c55d2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/scenes/Fog.d.ts

+ 1 - 1
src/scenes/Fog.d.ts

@@ -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;