mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 06:24:32 +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
|
@ -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…
Add table
Add a link
Reference in a new issue