Skip to content

Commit

Permalink
fixed project manager compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Dec 26, 2024
1 parent 25e5452 commit a284826
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions project-manager/src/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,8 @@ impl UpgradeTool {
if message.destination() == self.version_type_selector {
match *index {
0 => {
self.selected_version = Version::Specific(
fyrox_template_core::CURRENT_ENGINE_VERSION.to_string(),
);
self.selected_version =
Version::Specific(fyrox_template_core::CURRENT_VERSION.to_string());
}
1 => {
self.selected_version = Version::Local;
Expand Down

0 comments on commit a284826

Please sign in to comment.