diff options
Diffstat (limited to 'bin/tests/test_particles.cpp')
-rw-r--r-- | bin/tests/test_particles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tests/test_particles.cpp b/bin/tests/test_particles.cpp index f6f526fb21..2ccbb31017 100644 --- a/bin/tests/test_particles.cpp +++ b/bin/tests/test_particles.cpp @@ -87,7 +87,7 @@ public: light = vs->instance_create2( lightaux ); */ RID lightaux = vs->light_create( VisualServer::LIGHT_DIRECTIONAL ); - vs->light_set_color( lightaux, VisualServer::LIGHT_COLOR_AMBIENT, Color(0.0,0.0,0.0) ); + // vs->light_set_color( lightaux, VisualServer::LIGHT_COLOR_AMBIENT, Color(0.0,0.0,0.0) ); light = vs->instance_create2( lightaux, scenario ); ofs=0; |