utils: cleaned up DumpTGA, removing redundancies
This commit is contained in:
parent
a130086587
commit
0167e9140e
2 changed files with 13 additions and 21 deletions
|
@ -59,6 +59,6 @@ struct TGAHeader {
|
|||
* @param raw_data Raw RGBA8 texture data to dump
|
||||
* @todo This should be moved to some general purpose/common code
|
||||
*/
|
||||
void DumpTGA(std::string filename, int width, int height, u8* raw_data);
|
||||
void DumpTGA(std::string filename, short width, short height, u8* raw_data);
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue