diff options
| author | Eugene Sandulenko | 2016-10-09 15:02:02 +0200 |
|---|---|---|
| committer | Eugene Sandulenko | 2016-10-09 15:02:02 +0200 |
| commit | 355c4fa646c375c2ac42450871ff3d9221d1719d (patch) | |
| tree | 81ef00feaedcd66821c56b7ae576ca068f8c997b /backends/platform/3ds/sprite.cpp | |
| parent | dead4aa01446da2bf711e64a4e681be460fa1202 (diff) | |
| download | scummvm-rg350-355c4fa646c375c2ac42450871ff3d9221d1719d.tar.gz scummvm-rg350-355c4fa646c375c2ac42450871ff3d9221d1719d.tar.bz2 scummvm-rg350-355c4fa646c375c2ac42450871ff3d9221d1719d.zip | |
JANITORIAL: Remove more trailing spaces
Diffstat (limited to 'backends/platform/3ds/sprite.cpp')
| -rw-r--r-- | backends/platform/3ds/sprite.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/3ds/sprite.cpp b/backends/platform/3ds/sprite.cpp index f97c611473..842729c051 100644 --- a/backends/platform/3ds/sprite.cpp +++ b/backends/platform/3ds/sprite.cpp @@ -57,7 +57,7 @@ Sprite::~Sprite() { void Sprite::create(uint16 width, uint16 height, const Graphics::PixelFormat &f) { free(); - + actualWidth = width; actualHeight = height; format = f; @@ -73,7 +73,7 @@ void Sprite::create(uint16 width, uint16 height, const Graphics::PixelFormat &f) assert(pixels && texture.data); clear(); } - + float x = 0.f, y = 0.f; float u = (float)width/w; float v = (float)height/h; |
