diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-10-07 12:49:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-07 12:49:54 -0400 |
commit | bd42bba71c09010c63853867c4d80573888bff81 (patch) | |
tree | 5d37b90ed265407d1d9f595e8aebb2ca407924a1 /src/android | |
parent | a27f94830ae8a9b68a64e092009e6e7e31659753 (diff) | |
parent | b32940d3eabef9fc33374e1a6f572c56f7ce76f1 (diff) |
Merge pull request #11656 from liamwhite/recreate-surface-automatically
vk_present_manager: recreate surface on any surface loss
Diffstat (limited to 'src/android')
-rw-r--r-- | src/android/app/src/main/jni/native.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp index 9cf71680c..598f4e8bf 100644 --- a/src/android/app/src/main/jni/native.cpp +++ b/src/android/app/src/main/jni/native.cpp @@ -218,7 +218,6 @@ public: return; } m_window->OnSurfaceChanged(m_native_window); - m_system.Renderer().NotifySurfaceChanged(); } void ConfigureFilesystemProvider(const std::string& filepath) { |