diff options
author | Liam <byteslice@airmail.cc> | 2023-10-02 15:08:48 -0400 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-10-02 19:07:18 -0400 |
commit | b32940d3eabef9fc33374e1a6f572c56f7ce76f1 (patch) | |
tree | 7db1c0962db7f85dfd5bef4d05e4cb2ae34b5292 /src/android | |
parent | 7a0da729b45ae2794e84af6808c50cb714d17fc5 (diff) |
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) { |