summaryrefslogtreecommitdiff
path: root/bindgen/rust/examples/scene.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bindgen/rust/examples/scene.rs')
-rw-r--r--bindgen/rust/examples/scene.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/rust/examples/scene.rs b/bindgen/rust/examples/scene.rs
index ba6b9ef..568ae89 100644
--- a/bindgen/rust/examples/scene.rs
+++ b/bindgen/rust/examples/scene.rs
@@ -56,7 +56,7 @@ fn main() {
},
},
point_lights: [None, None, None, None],
- camera_orientation: (camera_pos, camera_front),
+ camera_orientation: (camera_pos.into(), camera_front.into()),
models: vec![],
};