mirror of
https://github.com/love2d/love.git
synced 2026-08-12 16:40:57 +02:00
Removed a piece of code I forgot to delete
This commit is contained in:
@@ -49,7 +49,6 @@ namespace physics
|
||||
namespace box2d
|
||||
{
|
||||
|
||||
static Physics *instance = 0;
|
||||
#define instance() (Module::getInstance<Physics>(Module::M_PHYSICS))
|
||||
|
||||
int w_newWorld(lua_State *L)
|
||||
|
||||
Reference in New Issue
Block a user