summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/VertexBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Graphics/VertexBuffer.cpp')
-rw-r--r--Runtime/Graphics/VertexBuffer.cpp1
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();