Fix compilation error in light code
This commit is contained in:
		| @@ -22,7 +22,7 @@ export interface PointLightProps { | ||||
|  | ||||
| export class DirectionalLight { | ||||
|  | ||||
| 	get type(): "DirectionalLight" {}; | ||||
| 	declare readonly type: "DirectionalLight"; | ||||
|  | ||||
| 	_name: string; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user