Browse Source

ref_soft: Use Q_memprint to report cache size

pull/2/head
mittorn 5 years ago
parent
commit
5140bb8d7f
  1. 2
      r_surf.c

2
r_surf.c

@ -801,7 +801,7 @@ void R_InitCaches (void) @@ -801,7 +801,7 @@ void R_InitCaches (void)
// round up to page size
size = (size + 8191) & ~8191;
gEngfuncs.Con_Printf ("%ik surface cache\n", size/1024);
gEngfuncs.Con_Printf ("%s surface cache\n", Q_memprint(size));
sc_size = size;
if( sc_base )

Loading…
Cancel
Save