Peter Varga 5 years ago
parent
commit
f7d8c64729
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/jsm/vr/WebVR.d.ts

+ 1 - 1
examples/jsm/vr/WebVR.d.ts

@@ -7,5 +7,5 @@ export interface WEBVROptions {
 }
 }
 
 
 export namespace WEBVR {
 export namespace WEBVR {
-	export function createButton( renderer: WebGLRenderer, options: WEBVROptions );
+	export function createButton( renderer: WebGLRenderer, options?: WEBVROptions );
 }
 }