From d351b7b025f95983e49afaecb2fafef7802996a0 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 31 Oct 2023 12:21:25 +0200 Subject: More RLGL Initialization functions. --- 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 228cbce..3706561 100644 --- a/src/state.c +++ b/src/state.c @@ -41,6 +41,7 @@ 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