Skip to content

Commit

Permalink
Make heavy the default arena memory weight mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ZealanL committed May 10, 2024
1 parent 91fe757 commit 2f67af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sim/Arena/ArenaConfig/ArenaConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum class ArenaMemWeightMode : byte {

struct ArenaConfig {

ArenaMemWeightMode memWeightMode = ArenaMemWeightMode::LIGHT;
ArenaMemWeightMode memWeightMode = ArenaMemWeightMode::HEAVY;

// Mininimum and maximum positions all physics objects
Vec minPos = Vec(-4500, -6000, 0),
Expand Down

0 comments on commit 2f67af3

Please sign in to comment.