From d45ea5e5e60c09c1856a90928dca557262a335e9 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 31 Jul 2008 12:59:50 +0000 Subject: correction sunlight position relative to camera --- src/core/player.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/player.cc b/src/core/player.cc index 9f531ed..ba5ffbe 100644 --- a/src/core/player.cc +++ b/src/core/player.cc @@ -158,7 +158,7 @@ void Player::add_asset(EntityControlable *entity) { entity->entity_owner = this; assets.push_back(entity); - con_debug << " adding asset " << entity->id() << " to player " << id() << std::endl; + //con_debug << " adding asset " << entity->id() << " to player " << id() << std::endl; } void Player::remove_asset(EntityControlable *entity) -- cgit v1.2.3