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