Double your FPS by just removing two chars

28.10.2009 11:06 in fun

I was curious why my FPS had dropped to unacceptable values. I have a lot of optimization coded, so I've checked them all. And that's what I've found:

if (object->culled)
{	
//  continue;
}

Nice hack, isn't it? And I don't have slightest idea why was this line commented out.

Comments:

  1. Sander van Rossen

    Sander van Rossen:

    lol. sounds like a candidate for http://igetyourfail.blogspot.com !

    28.10.2009 11:58:32

Leave comment: