Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-31 12:59:50 +0000
committerStijn Buys <ingar@osirion.org>2008-07-31 12:59:50 +0000
commitd45ea5e5e60c09c1856a90928dca557262a335e9 (patch)
tree099ea03b27bb55df0614717e68e0ec1bffdbb0dc /src/core/player.cc
parent3da609588ad6fe7eb0581e4678a2ec8c6c1c4a18 (diff)
correction sunlight position relative to camera
Diffstat (limited to 'src/core/player.cc')
-rw-r--r--src/core/player.cc2
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)