mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
No more Font:set(), instead love.graphics.setNewFont
This commit is contained in:
@@ -32,7 +32,7 @@ namespace graphics
|
||||
{
|
||||
namespace opengl
|
||||
{
|
||||
Graphics * instance = 0;
|
||||
static Graphics * instance = 0;
|
||||
|
||||
int w_checkMode(lua_State * L)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user