1
0
Fork 0
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:
fgenesis 2016-05-14 17:20:13 +02:00
commit 9bb4226626
6 changed files with 0 additions and 122 deletions

View file

@ -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);