fix android main loop, scale font texture

This commit is contained in:
2019-08-11 21:30:05 +02:00
parent 596e8760fa
commit 40e01ba1db
3 changed files with 4 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ enum class kFont : uint16_t
class Font
{
public:
const int w = 512;
const int h = 512;
int w = 512;
int h = 512;
const int num_chars = 96;
const int start_char = 32;
// {mix, max}