mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 14:34:34 +00:00
Remove commented-out code
This commit is contained in:
parent
0f39b825e1
commit
eb128e65a4
162 changed files with 2092 additions and 6594 deletions
|
@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
inline bool RenderObject::isOnScreen()
|
||||
{
|
||||
if (followCamera == 1) return true;
|
||||
//if (followCamera != 0) return true;
|
||||
|
||||
|
||||
// note: radii are sqr-ed for speed
|
||||
const float cullRadiusSqr = (getCullRadiusSqr() * core->invGlobalScaleSqr) + core->cullRadiusSqr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue