mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 07:01:21 +02:00
- best i can do for now, screnshots can be sized, but size cannot exceed max viewable on screen resolution
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user