mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-09 01:09:59 +01:00
removing debuging info
This commit is contained in:
@@ -64,9 +64,8 @@ void RotateToCallback::update(Node *n, float dt)
|
||||
startingangle_ = n->rotation_.z;
|
||||
initialized_ = true;
|
||||
// TODO select direction for shorter animation (CW or CCW)
|
||||
|
||||
Log::Info("starting angle %.2f", startingangle_);
|
||||
Log::Info("target_ %.2f", target_);
|
||||
// Log::Info("starting angle %.2f", startingangle_);
|
||||
// Log::Info("target_ %.2f", target_);
|
||||
}
|
||||
|
||||
// calculate amplitude of movement
|
||||
|
||||
Reference in New Issue
Block a user