Skip to content

Commit

Permalink
Positioning window
Browse files Browse the repository at this point in the history
  • Loading branch information
bhperry committed Aug 23, 2024
1 parent a13368f commit aeaa07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/benchmark/benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (c Config) Run() (*Stats, error) {
windowConfig.Bounds = pixel.R(0, 0, 1024, 1024)
}
if windowConfig.Position.Eq(pixel.ZV) {
windowConfig.Position = pixel.V(10, 10)
windowConfig.Position = pixel.V(50, 50)
}

duration := c.Duration
Expand Down

0 comments on commit aeaa07d

Please sign in to comment.