diff options
Diffstat (limited to 'backends/platform/android/texture.cpp')
-rw-r--r-- | backends/platform/android/texture.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/android/texture.cpp b/backends/platform/android/texture.cpp index ea8a89df78..cb12d264b8 100644 --- a/backends/platform/android/texture.cpp +++ b/backends/platform/android/texture.cpp @@ -332,7 +332,8 @@ void GLESPaletteTexture::uploadTexture() const { 0, texture_size, _texture)); } -void GLESPaletteTexture::drawTexture(GLshort x, GLshort y, GLshort w, GLshort h) { +void GLESPaletteTexture::drawTexture(GLshort x, GLshort y, GLshort w, + GLshort h) { if (_all_dirty) { GLCALL(glBindTexture(GL_TEXTURE_2D, _texture_name)); GLCALL(glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, |