Skip to content

Commit

Permalink
Fix Android build error (#61281)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored Sep 27, 2022
1 parent 328359e commit 5c6cf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bionics_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ void avatar::power_bionics()
ctxt.get_registered_manual_keys().clear();
for( size_t i = 0; i < current_bionic_list->size(); i++ ) {
ctxt.register_manual_key( ( *current_bionic_list )[i]->invlet,
build_bionic_powerdesc_string( *( *current_bionic_list )[i] ).c_str(), this );
build_bionic_powerdesc_string( *( *current_bionic_list )[i], this ) );
}
#endif

Expand Down

0 comments on commit 5c6cf42

Please sign in to comment.