From 4e3de52226b2a247ea5da6240ae5e58a4cf95018 Mon Sep 17 00:00:00 2001 From: onelin Date: Fri, 21 Mar 2025 12:32:19 +0100 Subject: Memset 0 drawcalls --- src/core/src/state.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core') diff --git a/src/core/src/state.c b/src/core/src/state.c index 9b1e14c..a206cbb 100644 --- a/src/core/src/state.c +++ b/src/core/src/state.c @@ -90,6 +90,7 @@ void* State_free(StateType type, memory* mem) { return state_retval; } +/* Returns the update function of a given state type */ StateType (*State_updateFunc(StateType type))(f64, void*) { switch (type) { #ifdef DAW_BUILD_HOTRELOAD -- cgit v1.3