Skip to content

Commit 5560ed5

Browse files
committed
QB alignment by default in Shotgun
1 parent d330c6f commit 5560ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/pbcDefaultPlaybook.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static void default_formations(PBCModelMap<PBCFormationSP> &formations, const un
6363

6464
spread_right_formation->push_back(PBCPlayerSP(new PBCPlayer(PBCRole{"Quarterback", "QB"},
6565
PBCColor(),
66-
PBCDPoint(0, -1.5))));
66+
PBCDPoint(0, -5))));
6767

6868
spread_right_formation->push_back(PBCPlayerSP(new PBCPlayer(PBCRole{"Wide Receiver Left", "WRL"}, // NOLINT
6969
PBCColor(),

0 commit comments

Comments
 (0)