- best i can do for now, screnshots can be sized, but size cannot exceed max viewable on screen resolution

This commit is contained in:
Mark Vejvoda
2012-01-06 21:02:23 +00:00
parent 1622b9b046
commit d8092d25f6
3 changed files with 20 additions and 2 deletions

View File

@@ -68,8 +68,8 @@ public:
class Renderer : public RendererInterface {
public:
static const int windowX= 100;
static const int windowY= 100;
static int windowX;
static int windowY;
static int windowW;
static int windowH;