diff options
| author | Juan Linietsky | 2014-11-17 07:46:11 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-11-17 07:46:11 -0300 |
| commit | d5cb758d36035fc35e960a466d0b370ff19e4f76 (patch) | |
| tree | be190717a7b8cd3924c3d9ff3ba5f5237cd26d41 /core/os/os.cpp | |
| parent | 56b30b31e4df887a5b7b5c70a87597d250482c1f (diff) | |
| download | godot-d5cb758d36035fc35e960a466d0b370ff19e4f76.tar.gz godot-d5cb758d36035fc35e960a466d0b370ff19e4f76.tar.zst godot-d5cb758d36035fc35e960a466d0b370ff19e4f76.zip | |
NavMesh
-=-=-=-
-Fixed NavMesh API
-New NavMesh demo
-Support for animated Particles2D
-Fixes for native video playback on iOS
Diffstat (limited to 'core/os/os.cpp')
| -rw-r--r-- | core/os/os.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/os.cpp b/core/os/os.cpp index 53ca7c3a4..e56f4a490 100644 --- a/core/os/os.cpp +++ b/core/os/os.cpp @@ -438,7 +438,7 @@ int OS::get_processor_count() const { return 1; } -Error OS::native_video_play(String p_path, float p_volume) { +Error OS::native_video_play(String p_path, float p_volume, String p_audio_track, String p_subtitle_track) { return FAILED; }; |
