summaryrefslogtreecommitdiff
path: root/src/state.c
diff options
context:
space:
mode:
authorjussi2024-06-13 14:52:56 +0300
committerjussi2024-06-13 14:52:56 +0300
commite9539e9373947b7424df8bbb34d8ae30e49a591f (patch)
tree0719f3bf5a00c53a43317d34c28d3b3925d4b4cd /src/state.c
parentf3dbe7d24bcf01d9a23326880dbb1a28457ff51f (diff)
downloadreilua-enhanced-e9539e9373947b7424df8bbb34d8ae30e49a591f.tar.gz
reilua-enhanced-e9539e9373947b7424df8bbb34d8ae30e49a591f.tar.bz2
reilua-enhanced-e9539e9373947b7424df8bbb34d8ae30e49a591f.zip
DrawTextBoxed uses lineSpacing. GetTextLineSpacing.
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 52742e5..c17f3f0 100644
--- a/src/state.c
+++ b/src/state.c
@@ -18,6 +18,7 @@ bool stateInit( int argn, const char** argc, const char* basePath ) {
state->luaState = NULL;
state->logLevelInvalid = LOG_ERROR;
state->gcUnload = true;
+ state->lineSpacing = 15;
InitWindow( state->resolution.x, state->resolution.y, "ReiLua" );