Skip to content

Commit

Permalink
A very early [rebuild] [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Aug 15, 2022
1 parent 64fc2ad commit 00e8a51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/game/src/challenges/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::collections::BTreeMap;

use geom::{Duration, Percent};
use synthpop::OrigPersonID;
use widgetry::tools::PopupMsg;
use widgetry::{EventCtx, Key, Line, Panel, SimpleState, State, Text, TextExt, Widget};

use crate::app::App;
Expand Down Expand Up @@ -264,7 +263,7 @@ impl SimpleState<App> for ChallengesPicker {
ctx,
map_name,
Box::new(|ctx, _| {
Transition::Replace(PopupMsg::new_state(
Transition::Replace(widgetry::tools::PopupMsg::new_state(
ctx,
"Download complete",
vec!["Download complete. Click 'Start!' again"],
Expand Down

0 comments on commit 00e8a51

Please sign in to comment.