Skip to content

Commit

Permalink
rt: do not print each material texture lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
w23 committed Aug 13, 2022
1 parent 91df117 commit 9315c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref_vk/vk_textures.c
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ int XVK_TextureLookupF( const char *fmt, ...) {
va_end( argptr );

tex_id = VK_FindTexture(buffer);
gEngine.Con_Reportf("Looked up texture %s -> %d\n", buffer, tex_id);
//gEngine.Con_Reportf("Looked up texture %s -> %d\n", buffer, tex_id);
return tex_id;
}

Expand Down

0 comments on commit 9315c4e

Please sign in to comment.