Browse Source

Fixed comment.

Lasse Öörni 13 years ago
parent
commit
c009816bab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/Graphics/Batch.cpp

+ 1 - 1
Engine/Graphics/Batch.cpp

@@ -633,7 +633,7 @@ void BatchGroup::Draw(Graphics* graphics, Renderer* renderer) const
         vertexBuffers.Push(SharedPtr<VertexBuffer>(instanceBuffer));
         vertexBuffers.Push(SharedPtr<VertexBuffer>(instanceBuffer));
         elementMasks.Push(instanceBuffer->GetElementMask());
         elementMasks.Push(instanceBuffer->GetElementMask());
         
         
-        // No stream offset support, instancing buffer not pre-filled with transforms: have fill now
+        // No stream offset support, instancing buffer not pre-filled with transforms: have to fill now
         if (startIndex_ == M_MAX_UNSIGNED)
         if (startIndex_ == M_MAX_UNSIGNED)
         {
         {
             unsigned startIndex = 0;
             unsigned startIndex = 0;