From b7b46ada041ad56b1bc84fea3062464b702135c5 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 17 Aug 2023 18:33:50 +0300 Subject: Vertex buffers state and Shader state functions. Vertex buffers management WIP. --- src/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.c') diff --git a/src/state.c b/src/state.c index abaf2ae..79812e9 100644 --- a/src/state.c +++ b/src/state.c @@ -114,7 +114,7 @@ bool stateInit( const char *exePath ) { return state->run; } -bool stateInitInterpret() { +void stateInitInterpret() { state = malloc( sizeof( State ) ); luaInit(); } -- cgit v1.2.3