1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Add samples playback support

This commit is contained in:
Adam Scott
2024-04-18 10:50:34 -04:00
parent eb20a68b32
commit 52fa4f05f3
42 changed files with 2611 additions and 46 deletions

View File

@@ -76,7 +76,8 @@ const Features = {
*/
getMissingFeatures: function (supportedFeatures = {}) {
const {
threads: supportsThreads = true,
// Quotes are needed for the Closure compiler.
'threads': supportsThreads = true,
} = supportedFeatures;
const missing = [];