get rid of some annoying whitespace
This commit is contained in:
parent
b815532f22
commit
8307f4daae
@ -99,7 +99,7 @@ public:
|
||||
inline Vect2 GetPos() const {return pos;}
|
||||
inline Vect2 GetSize() const {return size;}
|
||||
inline Vect2 GetScale() const {return source ? (source->GetSize() / size) : Vect2(1.0f, 1.0f);}
|
||||
|
||||
|
||||
inline bool IsCropped() const {return !(CloseFloat(crop.w, 0.0f) && CloseFloat(crop.x, 0.0f) && CloseFloat(crop.y, 0.0f) && CloseFloat(crop.z, 0.0f));}
|
||||
|
||||
inline void SetPos(const Vect2 &newPos) {pos = newPos;}
|
||||
@ -117,7 +117,7 @@ public:
|
||||
Vect2 GetCropTR();
|
||||
Vect2 GetCropBR();
|
||||
Vect2 GetCropBL();
|
||||
|
||||
|
||||
void Update();
|
||||
|
||||
void MoveUp();
|
||||
|
Loading…
x
Reference in New Issue
Block a user