diff options
Diffstat (limited to 'Runtime/Graphics/CustomVertexLayout.h')
-rw-r--r-- | Runtime/Graphics/CustomVertexLayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<VertexAttributeDescriptor> attributes; // ÖØÖÃpointer£¨startOffset£©Îª0 - void ResetPointer() + void RestorePointer() { for (int i = 0; i < attributes.size(); ++i) { |