瀏覽代碼

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;