mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-21 08:30:55 +00:00
Remove log message
This commit is contained in:
parent
e77837ceed
commit
a55fd2f71f
@ -112,8 +112,6 @@ vm_bitfont_render(vm_bitfont *font,
|
||||
// Get the spot in the bitmap where the glyph is found
|
||||
vm_bitfont_offset(font, ch, &src);
|
||||
|
||||
log_critical("src.xoff = %d, src.yoff = %d", src.xoff, src.yoff);
|
||||
|
||||
// Bring the destination attributes into the SDL_Rect we need to
|
||||
// pass into SDL_RenderCopy(). Also bring in the src attributes
|
||||
// we've built earlier.
|
||||
|
Loading…
Reference in New Issue
Block a user