From 57e5dd7e8d5fbce1d61bb6b3709233ecff0bb57a Mon Sep 17 00:00:00 2001 From: Maksims Mihejevs Date: Thu, 30 Jul 2015 18:16:35 +0100 Subject: [PATCH] fix light change type --- src/framework/components/light/light_system.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/framework/components/light/light_system.js b/src/framework/components/light/light_system.js index ba44b1af71b..0a87ca1f5ec 100644 --- a/src/framework/components/light/light_system.js +++ b/src/framework/components/light/light_system.js @@ -126,5 +126,3 @@ pc.extend(pc, function () { LightComponentSystem: LightComponentSystem }; }()); - -