removed debug

This commit is contained in:
ZappoMan 2014-02-10 20:27:39 -08:00
parent 07a2849b92
commit 9244180cb4

View file

@ -75,7 +75,6 @@ function checkCamera() {
if (yaw < -360) {
yaw += 360;
}
print("pitch="+ pitch + " yaw="+ yaw + " roll=" + roll);
var orientation = Quat.fromPitchYawRoll(pitch, yaw, roll);
Camera.setOrientation(orientation);
}