| Index: tools/bench_pictures.cfg
|
| diff --git a/tools/bench_pictures.cfg b/tools/bench_pictures.cfg
|
| index 2628e5091dad0433d2237571703fb501b6a3b092..d11377e4c726dfef1a46f5e36eeac58d685ac1e0 100644
|
| --- a/tools/bench_pictures.cfg
|
| +++ b/tools/bench_pictures.cfg
|
| @@ -64,8 +64,8 @@ msaa4 = Config(config='msaa4', viewport=[str(DEFAULT_VIEWPORT_X),
|
| msaa16 = Config(config='msaa16', viewport=[str(DEFAULT_VIEWPORT_X),
|
| str(DEFAULT_VIEWPORT_Y)])
|
|
|
| -viewport_angle = Config(config='angle',
|
| - viewport=[DEFAULT_VIEWPORT_X, DEFAULT_VIEWPORT_Y])
|
| +viewport_angle = Config(config='angle', viewport=[str(DEFAULT_VIEWPORT_X),
|
| + str(DEFAULT_VIEWPORT_Y)])
|
|
|
| # This dictionary defines the sets of configs for all platforms. Each config is
|
| # a dictionary of key/value pairs directly corresponding to the command-line
|
|
|