Fixed stuff

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