From e9539e9373947b7424df8bbb34d8ae30e49a591f Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 13 Jun 2024 14:52:56 +0300 Subject: DrawTextBoxed uses lineSpacing. GetTextLineSpacing. --- src/state.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/state.c') 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" ); -- cgit v1.2.3