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. --- include/state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index 016e1bc..92ed132 100644 --- a/include/state.h +++ b/include/state.h @@ -9,6 +9,7 @@ typedef struct { bool hasWindow; bool run; bool gcUnload; + int lineSpacing; /* We need to store copy here since raylib has it in static. */ lua_State* luaState; Vector2 resolution; int logLevelInvalid; -- cgit v1.2.3