Skip to content

Commit

Permalink
Update renderer.cpp
Browse files Browse the repository at this point in the history
Fix for memalloc errors caught on latest Debian.
  • Loading branch information
M-griffin committed Feb 27, 2016
1 parent 94006df commit f8c41d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,12 +623,12 @@ bool Renderer::loadBitmapImage(std::string fontName)
// Redraw Cursor with new font!
// When no data received, this is when we want to show the cursor!
// Setup cursor in current x/y position Cursor.
if(TheSequenceParser::Instance()->isCursorActive())
/*if(TheSequenceParser::Instance()->isCursorActive())
{
setupCursorChar();
renderCursorOnScreen();
drawTextureScreen();
}
}*/

m_previousFont = m_currentFont; // Current to Previous
m_currentFont = fontName; // New to Current.
Expand Down

0 comments on commit f8c41d2

Please sign in to comment.