[NUI] revert workaround for vulkan (#597)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 4 Dec 2018 12:49:02 +0000 (21:49 +0900)
committerGitHub <noreply@github.com>
Tue, 4 Dec 2018 12:49:02 +0000 (21:49 +0900)
src/Tizen.NUI/src/internal/NUICoreBackend.cs

index 331542c..f7c31ac 100755 (executable)
@@ -148,11 +148,7 @@ namespace Tizen.NUI
 
             _application.MainLoop();
 
-            if(Graphics.Backend == Graphics.BackendType.Gles)
-            {
-                //Temporary fix. VK backend make crash. this will be removed after VK memory issue is resolved.
-                _application.Dispose();
-            }
+            _application.Dispose();
 
         }