Fix compilation error in light code

This commit is contained in:
Szymon Nowakowski 2023-09-11 23:03:47 +02:00 committed by Szymon Nowakowski
parent 5782557328
commit 32f4f4900f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export interface PointLightProps {
export class DirectionalLight {
get type(): "DirectionalLight" {};
declare readonly type: "DirectionalLight";
_name: string;