From be39fd96344ee1f4f85ac5c63b4e5f9daf6e5171 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 31 Oct 2023 15:24:11 +0200 Subject: GlyphInfo type. Some new text and core functions. --- src/state.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/state.c') diff --git a/src/state.c b/src/state.c index 3706561..228cbce 100644 --- a/src/state.c +++ b/src/state.c @@ -41,7 +41,6 @@ bool stateInit( int argn, const char **argc, const char *exePath ) { for ( int i = 0; i < RL_MAX_SHADER_LOCATIONS; i++ ) { state->RLGLcurrentShaderLocs[i] = defaultShaderLocs[i]; - printf( "defaultShaderLocs[%d] %d\n", i, defaultShaderLocs[i] ); } return state->run; -- cgit v1.2.3