You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 18:51:18 +00:00
Add drop files function
This commit is contained in:
@@ -100,6 +100,7 @@ int main(int argc, char *argv[]) {
|
||||
FS.syncfs(true, function(err) {
|
||||
ccall('main_after_fs_sync', null, ['string'], [err ? err.message : ""])
|
||||
});
|
||||
|
||||
);
|
||||
/* clang-format on */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user