Adjusted KRLIGHT_MIN_INFLUENCE

--HG--
extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4063
This commit is contained in:
kearwood
2012-08-09 20:33:45 +00:00
parent 3d832d1586
commit 61027da1cf
6 changed files with 18 additions and 39 deletions

View File

@@ -13,7 +13,7 @@
#import "KRNode.h"
#import "KRTexture.h"
static const float KRLIGHT_MIN_INFLUENCE = 0.05f;
static const float KRLIGHT_MIN_INFLUENCE = 0.15f; // 0.05f
class KRLight : public KRNode {
public: