mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 04:05:22 +02:00
updated to latest mobile-common
This commit is contained in:
@@ -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!");
|
||||
|
||||
Reference in New Issue
Block a user