Skip to content

Commit

Permalink
Fix png files check in Level-Add dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
tulku committed Nov 28, 2019
1 parent a0f6968 commit 62efa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/level_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ void LevelDialog::ok_button_clicked()
this,
"If supplied, drawing filename must exist",
"If supplied, drawing filename must exist");
return;
}
return;
}
/*
// todo: figure out how to test for valid numeric values;
Expand Down

0 comments on commit 62efa44

Please sign in to comment.