Explorar el Código

removed debugging message

Daniel Salvadori hace 7 años
padre
commit
09b5eb7f18
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      camera/camera.go

+ 0 - 1
camera/camera.go

@@ -48,7 +48,6 @@ func (cam *Camera) LookAt(target *math32.Vector3) {
 	var rotMat math32.Matrix4
 	pos := cam.Position()
 	rotMat.LookAt(&pos, &cam.target, &cam.up)
-	log.Error("pos = %v, target = %v", pos, cam.target)
 
 	var q math32.Quaternion
 	q.SetFromRotationMatrix(&rotMat)