소스 검색

correct var def

Raanan Weber 4 년 전
부모
커밋
b96178f512
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/LibDeclarations/webxr.d.ts

+ 1 - 1
src/LibDeclarations/webxr.d.ts

@@ -141,7 +141,7 @@ interface XRViewport {
     readonly height: number;
 }
 
-interface XRWebGLLayerOptions {
+interface XRWebGLLayerInit {
     antialias?: boolean;
     depth?: boolean;
     stencil?: boolean;