Changeset 513 for abuse/trunk/src/imlib/fonts.cpp
- Timestamp:
- Apr 20, 2011, 8:32:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/fonts.cpp
r512 r513 65 65 th=(letters->Size().y+1)/8; 66 66 67 image tmp( tl,th);67 image tmp(vec2i(tl,th)); 68 68 69 69 int ch;
Note: See TracChangeset
for help on using the changeset viewer.