Changeset 737 for abuse/branches/lol/src/imlib/image.h
- Timestamp:
- May 1, 2015, 1:11:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/branches/lol/src/imlib/image.h
r729 r737 116 116 //return &m_data[y * m_size.x]; 117 117 118 return m_data. Data() + y * m_size.x;118 return m_data.data() + y * m_size.x; 119 119 } 120 120 AImage *copy(); // makes a copy of an image
Note: See TracChangeset
for help on using the changeset viewer.