@@ -15,7 +15,7 @@ using namespace glm;
using namespace std;
namespace vb01{
Light::Light(Type t, string name) : Animatable(name){
Light::Light(Type t, string name) : Animatable(Animatable::LIGHT, name){
this->type = t;
initDepthMap();
The note is not visible to the blocked user.