Ignore:
Timestamp:
03/08/16 08:05:51 (9 years ago)
Author:
epyon
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/ascii_printer.cc

    r486 r487  
    2020        for ( char c : text )
    2121        {
    22                 m_terminal->print( coord, color, static_cast<unsigned char>( c ) );
     22                m_terminal->print( coord, color, c );
    2323                ++coord.x;
    2424                if ( coord.x >= m_terminal->get_size().x ) break;
Note: See TracChangeset for help on using the changeset viewer.