conform: Use a 640x480 stage in test-pick

Do not resize the stage to a smaller size: the default size is perfectly
fine.
This commit is contained in:
Emmanuele Bassi 2010-02-16 12:15:23 +00:00
parent 958545aa70
commit 4cadc73005

View File

@ -2,8 +2,8 @@
#include "test-conform-common.h" #include "test-conform-common.h"
#define STAGE_WIDTH 320 #define STAGE_WIDTH 640
#define STAGE_HEIGHT 200 #define STAGE_HEIGHT 480
#define ACTORS_X 12 #define ACTORS_X 12
#define ACTORS_Y 16 #define ACTORS_Y 16