From 9e0ad4279c8ccf2f419694e4ca15a1372e8b20d6 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 31 Oct 2021 19:52:03 +0800 Subject: *rename function name --- Runtime/Graphics/CustomVertexLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Runtime/Graphics/CustomVertexLayout.h') diff --git a/Runtime/Graphics/CustomVertexLayout.h b/Runtime/Graphics/CustomVertexLayout.h index d72c71d..cd68a27 100644 --- a/Runtime/Graphics/CustomVertexLayout.h +++ b/Runtime/Graphics/CustomVertexLayout.h @@ -13,7 +13,7 @@ struct CustomVertexLayout std::vector attributes; // ÖØÖÃpointer£¨startOffset£©Îª0 - void ResetPointer() + void RestorePointer() { for (int i = 0; i < attributes.size(); ++i) { -- cgit v1.1-26-g67d0