mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'henild/golem-println-fix' into 'master'
Delete the extra println statement See merge request veloren/veloren!1401
This commit is contained in:
commit
aa8d9d5998
@ -44,7 +44,6 @@ impl Animation for AlphaAnimation {
|
||||
/ 10.0;
|
||||
|
||||
let switch = if random > 0.5 { 1.0 } else { -1.0 };
|
||||
println!("{:?}", random);
|
||||
if switch > 0.0 {
|
||||
next.head.position = Vec3::new(0.0, skeleton_attr.head.0, skeleton_attr.head.1) * 1.02;
|
||||
next.head.orientation = Quaternion::rotation_z(0.0) * Quaternion::rotation_x(-0.2);
|
||||
|
Loading…
Reference in New Issue
Block a user