From 9abcda6aa6162c9af1c457091504429edc313f05 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sun, 20 Jun 2021 02:04:00 +0800 Subject: [PATCH] fixed a bug, function name error. --- example/Vulkan/two_triangle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Vulkan/two_triangle.cpp b/example/Vulkan/two_triangle.cpp index 2bd602f4..e54b702b 100644 --- a/example/Vulkan/two_triangle.cpp +++ b/example/Vulkan/two_triangle.cpp @@ -103,7 +103,7 @@ private: public: - TestApp() + ~TestApp() { SAFE_CLEAR(render_list); }