1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

remove now unused constant OVERRIDE_NONE

This commit is contained in:
fgenesis 2022-05-25 21:19:14 +02:00
parent 4e9e0acb4a
commit b4ae208886
2 changed files with 1 additions and 3 deletions

View file

@ -11008,8 +11008,6 @@ static const struct {
{"EXPRESSION_LAUGH", 4},
{"EXPRESSION_SURPRISE", 5},
luaConstantFromClass(OVERRIDE_NONE, RenderObject),
//actions
luaConstant(ACTION_MENULEFT),
luaConstant(ACTION_MENURIGHT),

View file

@ -205,7 +205,7 @@ public:
void setOverrideCullRadius(float ovr);
void setRenderPass(int pass) { renderPass = pass; }
int getRenderPass() const { return renderPass; }
enum { RENDER_ALL=314, OVERRIDE_NONE=315 };
enum { RENDER_ALL=999 };
// Defined in RenderObject_inline.h
inline Vector getFollowCameraPosition() const;