GRAPHICS: Include bytesPerPixel in toString representation
This commit is contained in:
parent
7d8cff0231
commit
57eda6aef0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Common::String PixelFormat::toString() const {
|
|||
digits += '0' + 8 - componentLoss;
|
||||
}
|
||||
|
||||
return letters + digits;
|
||||
return letters + digits + '@' + ('0' + bytesPerPixel);
|
||||
}
|
||||
|
||||
} // End of namespace Graphics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue