mirror of
https://github.com/pevans/erc-c.git
synced 2025-01-03 00:29:38 +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
|
// Get the spot in the bitmap where the glyph is found
|
||||||
vm_bitfont_offset(font, ch, &src);
|
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
|
// Bring the destination attributes into the SDL_Rect we need to
|
||||||
// pass into SDL_RenderCopy(). Also bring in the src attributes
|
// pass into SDL_RenderCopy(). Also bring in the src attributes
|
||||||
// we've built earlier.
|
// we've built earlier.
|
||||||
|
Loading…
Reference in New Issue
Block a user