Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed Jun 30, 2024
2 parents 931bf39 + ea52bdb commit 8fa1b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdrust/src/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ impl Player {
self.base().get_node_as("Shield")
}

const GENERAL_HIDE:&'static str = "general_hide";
const SHOW_WRAPPER:&'static str = "show_wrapper";
const GENERAL_HIDE: &'static str = "general_hide";
const SHOW_WRAPPER: &'static str = "show_wrapper";

#[debug]
fn check_method(&self) {
Expand Down

0 comments on commit 8fa1b45

Please sign in to comment.