Formatted spaces.

svn-id: r51300
This commit is contained in:
Alejandro Marzini 2010-07-26 06:58:33 +00:00
parent 738a9e78d8
commit 141e101841
7 changed files with 34 additions and 34 deletions

View file

@ -221,8 +221,8 @@ protected:
int16 vHotX, vHotY;
MousePos() : x(0), y(0), w(0), h(0), hotX(0), hotY(0),
rW(0), rH(0), rHotX(0), rHotY(0), vW(0), vH(0),
vHotX(0), vHotY(0) {}
rW(0), rH(0), rHotX(0), rHotY(0), vW(0), vH(0),
vHotX(0), vHotY(0) {}
};
GLTexture* _cursorTexture;