mirror of
https://github.com/love2d/love.git
synced 2026-08-13 09:00:54 +02:00
Disable Data:getPointer (issue #520)
This commit is contained in:
@@ -44,7 +44,7 @@ int w_Data_getSize(lua_State *L)
|
||||
|
||||
const luaL_Reg w_Data_functions[] =
|
||||
{
|
||||
{ "getPointer", w_Data_getPointer },
|
||||
// { "getPointer", w_Data_getPointer },
|
||||
{ "getSize", w_Data_getSize },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user