Skip to content

Commit

Permalink
Properly linked libraries in XCode
Browse files Browse the repository at this point in the history
  • Loading branch information
breitnw committed May 22, 2023
1 parent 7756f95 commit 5b60e93
Show file tree
Hide file tree
Showing 44 changed files with 1,060 additions and 293 deletions.
2 changes: 1 addition & 1 deletion src/album_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl BaseAlbumResources {
}
}

pub fn construct_artwork<'a, T>(self, texture_creator: &'a TextureCreator<T>) -> AlbumResources {
pub fn construct_artwork<T>(self, texture_creator: &TextureCreator<T>) -> AlbumResources {
let artwork = texture_creator.load_texture(&self.artwork_file_path).unwrap(); // Should never panic
AlbumResources {
base_resources: self,
Expand Down
Loading

0 comments on commit 5b60e93

Please sign in to comment.