Skip to content

Commit

Permalink
fix: compilation without gl_tf feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther committed Oct 20, 2023
1 parent 8cf5105 commit 73dac3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clovers/src/scenes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ pub fn initialize<'scene>(scene_file: SceneFile, width: u32, height: u32) -> Sce
Object::RotateY(i) => i.priority,
Object::Sphere(i) => i.priority,
Object::STL(i) => i.priority,
#[cfg(feature = "gl_tf")]
Object::GLTF(i) => i.priority,
Object::Translate(i) => i.priority,
Object::Triangle(i) => i.priority,
Expand Down

0 comments on commit 73dac3b

Please sign in to comment.