* fix trailing tabs in FPS.h, thanks Michael!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22720 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2d05e85cb5
commit
e48d0f097b
@ -8,9 +8,9 @@
|
|||||||
class FPS {
|
class FPS {
|
||||||
public:
|
public:
|
||||||
FPS();
|
FPS();
|
||||||
~FPS();
|
~FPS();
|
||||||
static void drawCounter(GLfloat frameRate);
|
static void drawCounter(GLfloat frameRate);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static void drawChar(GLfloat x, GLfloat y, GLint number);
|
static void drawChar(GLfloat x, GLfloat y, GLint number);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user