You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
[WebXR] Fix closure compiler mangling XRSession.enabledFeatures
This commit is contained in:
@@ -77,6 +77,11 @@ XRSession.prototype.frameRate;
|
||||
*/
|
||||
XRSession.prototype.supportedFrameRates;
|
||||
|
||||
/**
|
||||
* @type {Array<string>}
|
||||
*/
|
||||
XRSession.prototype.enabledFeatures;
|
||||
|
||||
/**
|
||||
* @type {?function (Event)}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user