diff options
author | chai <chaifix@163.com> | 2021-11-05 14:25:39 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-05 14:25:39 +0800 |
commit | 2b9621a46288532b352b7838f96aca80f971e3d1 (patch) | |
tree | 6131ef5484e4f6d4c14c541b65a107869e3b112e /Runtime/Graphics/VertexBuffer.cpp | |
parent | 6d5787d8da9ad1685864668dd4c3d6aa73a563db (diff) |
*misc
Diffstat (limited to 'Runtime/Graphics/VertexBuffer.cpp')
-rw-r--r-- | Runtime/Graphics/VertexBuffer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Runtime/Graphics/VertexBuffer.cpp b/Runtime/Graphics/VertexBuffer.cpp index 8973275..29ecc57 100644 --- a/Runtime/Graphics/VertexBuffer.cpp +++ b/Runtime/Graphics/VertexBuffer.cpp @@ -47,7 +47,6 @@ void VertexBuffer::FlushChunk(int actualVerts, int actualIndices) m_VB->FlushMapedRange(0, actualVBufferSize); m_IB->FlushMapedRange(0, actualIBufferSize); - // Ò»¶¨Òªunmap m_VB->UnMap(); m_IB->UnMap(); |