From 11a5ed508b1cbde61a4d9dd4f469e86e74667623 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 21 Sep 2014 01:43:42 -0300 Subject: Fixed too many little issues, check the issues closed today. --- scene/3d/light.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/3d/light.h') diff --git a/scene/3d/light.h b/scene/3d/light.h index 9fdd7295d..8e7395fd8 100644 --- a/scene/3d/light.h +++ b/scene/3d/light.h @@ -197,7 +197,7 @@ protected: public: - OmniLight() : Light( VisualServer::LIGHT_OMNI ) {} + OmniLight() : Light( VisualServer::LIGHT_OMNI ) { set_parameter(PARAM_SHADOW_Z_OFFSET,0.001);} }; class SpotLight : public Light { -- cgit v1.2.3-70-g09d2