mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Removed ParticleSystem:getX/getY (resolves issue #633)
This commit is contained in:
@@ -48,8 +48,6 @@ int w_ParticleSystem_setParticleLifetime(lua_State *L);
|
||||
int w_ParticleSystem_getParticleLifetime(lua_State *L);
|
||||
int w_ParticleSystem_setPosition(lua_State *L);
|
||||
int w_ParticleSystem_getPosition(lua_State *L);
|
||||
int w_ParticleSystem_getX(lua_State *L);
|
||||
int w_ParticleSystem_getY(lua_State *L);
|
||||
int w_ParticleSystem_setAreaSpread(lua_State *L);
|
||||
int w_ParticleSystem_getAreaSpread(lua_State *L);
|
||||
int w_ParticleSystem_setDirection(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user