Fixed many incompatible pointer warnings; add tcc specific debugging flags to makefile
This commit is contained in:
@@ -17,7 +17,7 @@ struct Character {
|
||||
struct sFont {
|
||||
uint32_t fontTexture;
|
||||
uint32_t height;
|
||||
struct Character Characters[127];
|
||||
struct Character Characters[126];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user