Skip to content

Commit

Permalink
Update heroic_platform.rs trait
Browse files Browse the repository at this point in the history
  • Loading branch information
guylamar2006 authored Feb 5, 2025
1 parent 9d71533 commit 7e33d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/heroic/heroic_platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl HeroicPlatform {
}
}

impl NeedsPorton<HeroicPlatform> for HeroicGameType {
impl NeedsProton<HeroicPlatform> for HeroicGameType {
#[cfg(not(target_family = "unix"))]
fn needs_proton(&self, _platform: &HeroicPlatform) -> bool {
false
Expand Down

0 comments on commit 7e33d6a

Please sign in to comment.