Skip to content

Commit

Permalink
Update overmap_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramza13 committed Apr 28, 2022
1 parent 6325294 commit c775803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/overmap_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ TEST_CASE( "mutable_overmap_placement", "[overmap][slow]" )
constexpr int num_overmaps = 100;
constexpr int num_trials_per_overmap = 100;

global_variables& globvars = get_globals();
global_variables &globvars = get_globals();
globvars.clear_global_values();

for( int j = 0; j < num_overmaps; ++j ) {
Expand Down

0 comments on commit c775803

Please sign in to comment.