diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mbgl/gl/context.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/gl/context.hpp b/src/mbgl/gl/context.hpp index b0d043ff9f..f9ca036d2c 100644 --- a/src/mbgl/gl/context.hpp +++ b/src/mbgl/gl/context.hpp @@ -187,8 +187,7 @@ private: State<value::PointSize> pointSize; #endif // MBGL_USE_GLES2 - std::unique_ptr<gfx::OffscreenTexture> createOffscreenTexture( - Size, gfx::TextureChannelDataType = gfx::TextureChannelDataType::UnsignedByte) override; + std::unique_ptr<gfx::OffscreenTexture> createOffscreenTexture(Size, gfx::TextureChannelDataType) override; std::unique_ptr<gfx::TextureResource> createTextureResource(Size, gfx::TexturePixelType, gfx::TextureChannelDataType) override; |