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:
parent
4e9e0acb4a
commit
b4ae208886
2 changed files with 1 additions and 3 deletions
|
@ -11008,8 +11008,6 @@ static const struct {
|
|||
{"EXPRESSION_LAUGH", 4},
|
||||
{"EXPRESSION_SURPRISE", 5},
|
||||
|
||||
luaConstantFromClass(OVERRIDE_NONE, RenderObject),
|
||||
|
||||
//actions
|
||||
luaConstant(ACTION_MENULEFT),
|
||||
luaConstant(ACTION_MENURIGHT),
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue