fixed a bug, function name error.

This commit is contained in:
2021-06-20 02:04:00 +08:00
parent c49131e517
commit 9abcda6aa6

View File

@@ -103,7 +103,7 @@ private:
public: public:
TestApp() ~TestApp()
{ {
SAFE_CLEAR(render_list); SAFE_CLEAR(render_list);
} }