Fixed stuff
This commit is contained in:
@@ -428,8 +428,6 @@ GLuint Renderer::CreateAABB()
|
|||||||
return vao;
|
return vao;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void Renderer::ClearStuff()
|
void Renderer::ClearStuff()
|
||||||
{
|
{
|
||||||
AABBsToRender.clear();
|
AABBsToRender.clear();
|
||||||
@@ -440,4 +438,5 @@ void Renderer::ClearStuff()
|
|||||||
Light_constantAttenuation.clear();
|
Light_constantAttenuation.clear();
|
||||||
Light_linearAttenuation.clear();
|
Light_linearAttenuation.clear();
|
||||||
Light_quadraticAttenuation.clear();
|
Light_quadraticAttenuation.clear();
|
||||||
Light_spotExponent.clear();
|
Light_spotExponent.clear();
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user