GuiGetFont fix.

This commit is contained in:
jussi
2024-02-22 01:10:22 +02:00
parent 178196b0ff
commit 04d2a7df47
8 changed files with 19 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ typedef struct {
Vector2 resolution;
int logLevelInvalid;
Font defaultFont;
Font guiDefaultFont;
Material defaultMaterial;
Texture defaultTexture;
int* RLGLcurrentShaderLocs;