diff options
author | Sergey Minakov <naithar@icloud.com> | 2020-10-02 13:10:47 +0300 |
---|---|---|
committer | Sergey Minakov <naithar@icloud.com> | 2020-10-02 15:05:01 +0300 |
commit | 6ee74de9eeb6ff0fdcad81955bd989e793625edc (patch) | |
tree | 56c56b626988a086a425d6000607ca501fc905b2 /platform/iphone/SCsub | |
parent | 3cd1cb53a0bccecf5c3d429255d41987d16d4727 (diff) | |
download | redot-engine-6ee74de9eeb6ff0fdcad81955bd989e793625edc.tar.gz |
iOS: Native video refactoring
Moved native video handling to separate view.
Diffstat (limited to 'platform/iphone/SCsub')
-rw-r--r-- | platform/iphone/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/iphone/SCsub b/platform/iphone/SCsub index ddf5eeea80..1dd37dabe5 100644 --- a/platform/iphone/SCsub +++ b/platform/iphone/SCsub @@ -20,6 +20,7 @@ iphone_lib = [ "godot_view_renderer.mm", "godot_view_gesture_recognizer.mm", "device_metrics.m", + "native_video_view.m", ] env_ios = env.Clone() |