diff options
author | Stijn Buys <ingar@osirion.org> | 2008-07-31 12:59:50 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-07-31 12:59:50 +0000 |
commit | d45ea5e5e60c09c1856a90928dca557262a335e9 (patch) | |
tree | 099ea03b27bb55df0614717e68e0ec1bffdbb0dc /src/core | |
parent | 3da609588ad6fe7eb0581e4678a2ec8c6c1c4a18 (diff) |
correction sunlight position relative to camera
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) |