Fixed possible warning

Former-commit-id: fac12a042d206976109ffde42865c561b021ed93
This commit is contained in:
Lynix 2014-12-07 03:00:19 +01:00
parent 27e9996e7b
commit 605bcc7038
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@
NzDeferredBloomPass::NzDeferredBloomPass() :
m_uniformUpdated(false),
m_brightLuminance(0.8),
m_brightMiddleGrey(0.5),
m_brightThreshold(0.8),
m_brightLuminance(0.8f),
m_brightMiddleGrey(0.5f),
m_brightThreshold(0.8f),
m_blurPassCount(5)
{
m_bilinearSampler.SetAnisotropyLevel(1);