You've already forked godot
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:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user