No more Font:set(), instead love.graphics.setNewFont

This commit is contained in:
Bart van Strien
2011-12-13 19:22:59 +01:00
parent 9682ebecf9
commit e37470f54d
5 changed files with 23 additions and 19 deletions
@@ -32,7 +32,7 @@ namespace graphics
{
namespace opengl
{
Graphics * instance = 0;
static Graphics * instance = 0;
int w_checkMode(lua_State * L)
{