set default xSprite clip / projection
This commit is contained in:
parent
d1e6a1e9dc
commit
0b7e7a2948
|
@ -47,8 +47,8 @@
|
|||
virtual void draw(SDL_Renderer* renderer) override;
|
||||
private:
|
||||
SDL_Surface* _surface = NULL;
|
||||
SDL_Rect _clip;
|
||||
SDL_Rect _projection;
|
||||
SDL_Rect _clip { 0, 0, 0, 0 };
|
||||
SDL_Rect _projection { 0, 0, 0, 0 };
|
||||
|
||||
mutex _mutex;
|
||||
|
||||
|
|
Loading…
Reference in New Issue