reduced canvas framebuffer resolution for hdpi, update android project

This commit is contained in:
2019-05-15 18:34:48 +02:00
parent f890d580b0
commit 8315424f55
4 changed files with 42 additions and 15 deletions

View File

@@ -903,6 +903,7 @@ void Canvas::stroke_commit()
void Canvas::draw_merge(std::array<bool, 6> faces /*= SIXPLETTE(false)*/)
{
return;
gl_state gl;
gl.save();
glViewport(0, 0, m_width, m_height);