Skip to content

Commit

Permalink
changed default save/load filename to lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhan45 committed Jun 16, 2020
1 parent b9f6689 commit 2c7fc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/imgui_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ impl RenderData {
num_iterations: 1,
preview_iterations: 25,
entity_selected: false,
save_filename: ImString::new("save.ron"),
load_filename: ImString::new("load.ron"),
save_filename: ImString::new("save.lua"),
load_filename: ImString::new("load.lua"),
trail_len: 35,
}
}
Expand Down

0 comments on commit 2c7fc20

Please sign in to comment.