mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
remove debug code
This commit is contained in:
parent
c1728c0296
commit
f25cfc0c7f
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
|||
#include <PacketHeaders.h>
|
||||
#include <PerfStat.h>
|
||||
#include <SharedUtil.h>
|
||||
#include <StreamUtils.h> // adebug
|
||||
|
||||
#include "Application.h"
|
||||
#include "Avatar.h"
|
||||
|
@ -773,7 +772,6 @@ void Avatar::setSkeletonOffset(const glm::vec3& offset) {
|
|||
} else {
|
||||
_skeletonOffset = offset;
|
||||
}
|
||||
std::cout << "adebug set offset = " << offset << std::endl; // adebug
|
||||
}
|
||||
|
||||
glm::vec3 Avatar::getSkeletonPosition() const {
|
||||
|
|
Loading…
Reference in a new issue