mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-10 16:32:31 +00:00
Remove RenderObjectLayer::sort() and related
This commit is contained in:
parent
c4b0decc10
commit
9bb4226626
6 changed files with 0 additions and 122 deletions
|
@ -504,8 +504,6 @@ public:
|
|||
|
||||
|
||||
Vector screenCenter;
|
||||
void sort();
|
||||
void sortLayer(int layer);
|
||||
|
||||
void print(int x, int y, const char *str, float sz=1);
|
||||
|
||||
|
@ -765,8 +763,6 @@ protected:
|
|||
bool sortEnabled;
|
||||
Vector cameraOffset;
|
||||
std::vector<float> avgFPS;
|
||||
float sortTimer;
|
||||
bool sortFlag;
|
||||
virtual void modifyDt(float &dt){}
|
||||
void setPixelScale(int pixelScaleX, int pixelScaleY);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue