Changeset 3ea1839 in network-game for client/Client/TextLabel.cpp


Ignore:
Timestamp:
Jun 26, 2014, 11:02:13 PM (10 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
master
Children:
e708305
Parents:
34bd549
Message:

Fix Mac compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/TextLabel.cpp

    r34bd549 r3ea1839  
    3434      default:
    3535         cout << "Invalid alignment: " << this->alignment << endl;
     36         targetX = 0;
    3637         break;
    3738   }
Note: See TracChangeset for help on using the changeset viewer.