mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-01 03:51:27 +00:00
Add TODO
This commit is contained in:
@@ -1334,7 +1334,7 @@ bool Entity::shouldRender(Vec3 *c)
|
||||
bool Entity::shouldRenderAtSqrDistance(double distance)
|
||||
{
|
||||
double size = bb->getSize();
|
||||
size *= 64.0f * viewScale;
|
||||
size *= 64.0f * viewScale; //TODO Implement Entity Distance Render Option
|
||||
return distance < size * size;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user