summaryrefslogtreecommitdiff
path: root/src/state.c
diff options
context:
space:
mode:
authorjussi2023-04-14 00:11:58 +0300
committerjussi2023-04-14 00:11:58 +0300
commitdc2edd69440fcc2470a45562149166695d4edbcc (patch)
tree25d4779859468d44958f41357af53396452c3f52 /src/state.c
parent895c7f1a06de2d89347909d62da41be9d62f0d09 (diff)
downloadreilua-enhanced-dc2edd69440fcc2470a45562149166695d4edbcc.tar.gz
reilua-enhanced-dc2edd69440fcc2470a45562149166695d4edbcc.tar.bz2
reilua-enhanced-dc2edd69440fcc2470a45562149166695d4edbcc.zip
Raygui wrapper lib.
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state.c b/src/state.c
index e9e12f4..877464e 100644
--- a/src/state.c
+++ b/src/state.c
@@ -17,6 +17,7 @@ bool stateInit( const char *exePath ) {
state->resolution = (Vector2){ 800, 600 };
state->luaState = NULL;
state->textureSource = TEXTURE_SOURCE_TEXTURE;
+ state->guiFont = 0;
/* Images. */
state->imageAlloc = ALLOC_PAGE_SIZE;
state->imageCount = 0;