forked from organicmaps/organicmaps
[linux] Fixed build error
This commit is contained in:
parent
6220427bca
commit
456ef11200
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ namespace yg
|
|||
case yg::Data4Bpp:
|
||||
return shared_ptr<gl::BaseTexture>(new gl::Texture<yg::RGBA4Traits, true>(m_w, m_h));
|
||||
case yg::Data8Bpp:
|
||||
default:
|
||||
return shared_ptr<gl::BaseTexture>(new gl::Texture<yg::RGBA8Traits, true>(m_w, m_h));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue