[buffer_storage] Code formatting changes suggested by Bh44L

This commit is contained in:
Ryan Houdek 2013-12-28 05:15:43 -06:00
parent 77ba051361
commit 8fdcba0c06
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void StreamBuffer::Alloc ( size_t size, u32 stride )
case PINNED_MEMORY: case PINNED_MEMORY:
case BUFFERSTORAGE: case BUFFERSTORAGE:
// insert waiting slots for used memory // insert waiting slots for used memory
for (size_t i = SLOT(m_used_iterator); i<SLOT(m_iterator); i++) for (size_t i = SLOT(m_used_iterator); i < SLOT(m_iterator); i++)
{ {
fences[i] = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); fences[i] = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);
} }