1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-03 06:24:32 +00:00

Remove RenderObjectLayer::sort() and related

This commit is contained in:
fgenesis 2016-05-14 17:20:13 +02:00
parent c4b0decc10
commit 9bb4226626
6 changed files with 0 additions and 122 deletions

View file

@ -1137,11 +1137,6 @@ bool RenderObject::setTexture(const std::string &n)
return tex && tex->getLoadResult() == TEX_SUCCESS;
}
float RenderObject::getSortDepth()
{
return position.y;
}
void RenderObject::addChild(RenderObject *r, ParentManaged pm, RenderBeforeParent rbp, ChildOrder order)
{
if (r->parent)