mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-03 06:24:32 +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.
|
|||
|
||||
RenderObjectLayer::RenderObjectLayer()
|
||||
: renderObjects(BASE_ARRAY_SIZE)
|
||||
{
|
||||
{
|
||||
followCamera = NO_FOLLOW_CAMERA;
|
||||
visible = true;
|
||||
startPass = endPass = 0;
|
||||
|
@ -38,7 +38,7 @@ RenderObjectLayer::RenderObjectLayer()
|
|||
color = Vector(1,1,1);
|
||||
|
||||
displayListValid = false;
|
||||
|
||||
|
||||
const int size = renderObjects.size();
|
||||
for (int i = 0; i < size; i++)
|
||||
renderObjects[i] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue