1
0
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:
David Snopek
2024-06-25 08:47:54 -05:00
parent 6b281c0c07
commit 9b42333e98
2 changed files with 7 additions and 1 deletions

View File

@@ -77,6 +77,11 @@ XRSession.prototype.frameRate;
*/
XRSession.prototype.supportedFrameRates;
/**
* @type {Array<string>}
*/
XRSession.prototype.enabledFeatures;
/**
* @type {?function (Event)}
*/