aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/texture.cpp
diff options
context:
space:
mode:
authordhewg2011-03-01 22:16:10 +0100
committerdhewg2011-03-02 23:18:34 +0100
commitbd7e3e9bb20dada6d40143557c473fabd373b5ed (patch)
tree4c989d3127ed45473689d460ff5618c538f604ff /backends/platform/android/texture.cpp
parent2333a32697cda8f5f73861856889001839f38f25 (diff)
downloadscummvm-rg350-bd7e3e9bb20dada6d40143557c473fabd373b5ed.tar.gz
scummvm-rg350-bd7e3e9bb20dada6d40143557c473fabd373b5ed.tar.bz2
scummvm-rg350-bd7e3e9bb20dada6d40143557c473fabd373b5ed.zip
ANDROID: cleanup
Diffstat (limited to 'backends/platform/android/texture.cpp')
-rw-r--r--backends/platform/android/texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/texture.cpp b/backends/platform/android/texture.cpp
index c5cba97dcd..9840e7d5c5 100644
--- a/backends/platform/android/texture.cpp
+++ b/backends/platform/android/texture.cpp
@@ -154,7 +154,7 @@ void GLESTexture::updateBuffer(GLuint x, GLuint y, GLuint w, GLuint h,
GLCALL(glBindTexture(GL_TEXTURE_2D, _texture_name));
GLCALL(glPixelStorei(GL_UNPACK_ALIGNMENT, 1));
- setDirtyRect(Common::Rect(x, y, x+w, y+h));
+ setDirtyRect(Common::Rect(x, y, x + w, y + h));
if (static_cast<int>(w) * bytesPerPixel() == pitch) {
GLCALL(glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, w, h,