mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-18 02:34:57 +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_LAUGH", 4},
|
||||||
{"EXPRESSION_SURPRISE", 5},
|
{"EXPRESSION_SURPRISE", 5},
|
||||||
|
|
||||||
luaConstantFromClass(OVERRIDE_NONE, RenderObject),
|
|
||||||
|
|
||||||
//actions
|
//actions
|
||||||
luaConstant(ACTION_MENULEFT),
|
luaConstant(ACTION_MENULEFT),
|
||||||
luaConstant(ACTION_MENURIGHT),
|
luaConstant(ACTION_MENURIGHT),
|
||||||
|
|
|
@ -205,7 +205,7 @@ public:
|
||||||
void setOverrideCullRadius(float ovr);
|
void setOverrideCullRadius(float ovr);
|
||||||
void setRenderPass(int pass) { renderPass = pass; }
|
void setRenderPass(int pass) { renderPass = pass; }
|
||||||
int getRenderPass() const { return renderPass; }
|
int getRenderPass() const { return renderPass; }
|
||||||
enum { RENDER_ALL=314, OVERRIDE_NONE=315 };
|
enum { RENDER_ALL=999 };
|
||||||
|
|
||||||
// Defined in RenderObject_inline.h
|
// Defined in RenderObject_inline.h
|
||||||
inline Vector getFollowCameraPosition() const;
|
inline Vector getFollowCameraPosition() const;
|
||||||
|
|
Loading…
Add table
Reference in a new issue