mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Added Body:setUserData and Body:getUserData (resolves issue #853_
This commit is contained in:
@@ -26,7 +26,7 @@ namespace love
|
||||
const char REFERENCE_TABLE_NAME[] = "love-references";
|
||||
|
||||
Reference::Reference()
|
||||
: L(0)
|
||||
: L(nullptr)
|
||||
, idx(LUA_REFNIL)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user