Fixed typo

Former-commit-id: 291aec9c9969efdadd90017ea6cb81466c2d06e2
This commit is contained in:
Lynix
2013-09-23 00:22:46 +02:00
parent ffbff9e707
commit aa4d5f5ab8
4 changed files with 9 additions and 9 deletions

View File

@@ -105,7 +105,7 @@ class NAZARA_API NzForwardRenderQueue : public NzAbstractRenderQueue, NzResource
std::vector<TransparentSkeletalModel> transparentSkeletalModels;
std::vector<TransparentStaticModel> transparentStaticModels;
std::vector<const NzDrawable*> otherDrawables;
LightContainer directionnalLights;
LightContainer directionalLights;
LightContainer lights;
};