[linux] Fixed build error

This commit is contained in:
Alex Zolotarev 2011-12-08 12:31:42 +01:00 committed by Alex Zolotarev
parent 6220427bca
commit 456ef11200

View file

@ -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));
}
}