mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
A debug print statement snuck in there...
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
#include <cmath>
|
||||
#include <cstdio>
|
||||
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace graphics
|
||||
@@ -184,8 +183,6 @@ void Graphics::checkSetDefaultFont()
|
||||
|
||||
defaultFont.set(newFont(r.get()));
|
||||
defaultFont->release();
|
||||
|
||||
::printf("created default font\n");
|
||||
}
|
||||
|
||||
states.back().font.set(defaultFont.get());
|
||||
|
||||
Reference in New Issue
Block a user