Wow, I have 5 minutes of Internet fame. My car hit Wykop's main page [PL] (Polish version of Digg). Pretty impressive.
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.