Fixed stuff

This commit is contained in:
Tobias Dahl
2014-03-13 04:49:19 +01:00
parent c38cd38aae
commit 5478b84508
+2 -3
View File
@@ -428,8 +428,6 @@ GLuint Renderer::CreateAABB()
return vao;
}
}
void Renderer::ClearStuff()
{
AABBsToRender.clear();
@@ -440,4 +438,5 @@ void Renderer::ClearStuff()
Light_constantAttenuation.clear();
Light_linearAttenuation.clear();
Light_quadraticAttenuation.clear();
Light_spotExponent.clear();
Light_spotExponent.clear();
}