From 841aa897f1868075134162cc71593ac9c3473115 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 15 Nov 2023 18:34:34 +0200 Subject: GC_UNLOAD build time define and replaced with flag to change it at runtime. --- src/models.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/models.c') diff --git a/src/models.c b/src/models.c index 9ff64d8..ae0a5cb 100644 --- a/src/models.c +++ b/src/models.c @@ -1471,7 +1471,6 @@ int lmodelsCreateMaterial( lua_State *L ) { if ( strcmp( "texture", (char*)lua_tostring( L, -2 ) ) == 0 ) { Texture *texture = uluaGetTexture( L, lua_gettop( L ) ); material.maps[map].texture = *texture; - printf( "Material Create material.maps[map].texture.id = %d\n", material.maps[map].texture.id ); } else if ( strcmp( "color", (char*)lua_tostring( L, -2 ) ) == 0 ) { material.maps[map].color = uluaGetColor( L, lua_gettop( L ) ); -- cgit v1.2.3