diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-07-18 19:37:17 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2018-07-18 19:37:41 -0300 |
commit | 43dc050947753d201607d26717ca6fc3fe412c34 (patch) | |
tree | a7f0d3092f4f6569123b3c6cbc31ca94ef52ce30 /scene | |
parent | a731bd58643da57f3c3846102c9173651ef7478b (diff) |
Several improvements to editor inspector usability and style
Diffstat (limited to 'scene')
-rw-r--r-- | scene/3d/light.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/light.cpp b/scene/3d/light.cpp index dbedd47298..16164cf3bf 100644 --- a/scene/3d/light.cpp +++ b/scene/3d/light.cpp @@ -307,7 +307,6 @@ Light::Light(VisualServer::LightType p_type) { set_param(PARAM_SHADOW_NORMAL_BIAS, 0.0); set_param(PARAM_SHADOW_BIAS, 0.15); set_disable_scale(true); - print_line("disabling light scale?"); } Light::Light() { |