updated to latest mobile-common

This commit is contained in:
fysx
2014-01-23 09:17:23 +01:00
parent f475455477
commit c8c7bc5853
18 changed files with 458 additions and 82 deletions
@@ -154,7 +154,7 @@ void Font::createTexture()
{
// Clean up before throwing.
gl.deleteTexture(t);
gl.bindTexture(0);
gl.bindTexture(gl.getDefaultTexture());
textures.pop_back();
throw love::Exception("Could not create font texture!");