Graphics/RenderQueue: Default argument for Clear method

Former-commit-id: b45e5b8819670e3d88a7d737e957e2207fc3200e
This commit is contained in:
Lynix
2015-06-03 22:39:13 +02:00
parent 806955dac7
commit 349b322834
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ class NAZARA_API NzAbstractRenderQueue : NzNonCopyable
virtual void AddSpotLight(const SpotLight& light);
virtual void AddSprites(const NzMaterial* material, const NzVertexStruct_XYZ_Color_UV* vertices, unsigned int spriteCount, const NzTexture* overlay = nullptr) = 0;
virtual void Clear(bool fully);
virtual void Clear(bool fully = false);
struct DirectionalLight