Browse Source

Fixed issue #1220.

Branimir Karadžić 8 years ago
parent
commit
c83d2ea7a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderer.h

+ 1 - 1
src/renderer.h

@@ -28,7 +28,7 @@ namespace bgfx
 
 
 		const BlitItem& advance()
 		const BlitItem& advance()
 		{
 		{
-			const BlitItem& bi = m_frame->m_blitItem[m_item];
+			const BlitItem& bi = m_frame->m_blitItem[m_key.m_item];
 
 
 			++m_item;
 			++m_item;
 			m_key.decode(m_frame->m_blitKeys[m_item]);
 			m_key.decode(m_frame->m_blitKeys[m_item]);