Remove warnings about unnecessary mutability.

This commit is contained in:
Alan Jeffrey 2017-01-27 14:03:18 -06:00
parent ec12b7665b
commit fc67878edf
7 changed files with 9 additions and 13 deletions

View file

@ -39,7 +39,7 @@ impl VRFrameData {
0.0, 0.0, 0.0, 1.0f32];
let pose = VRPose::new(&global, &Default::default());
let mut framedata = VRFrameData {
let framedata = VRFrameData {
reflector_: Reflector::new(),
left_proj: Heap::default(),
left_view: Heap::default(),