Patch by Vasilis Kaoutsis: Fixed warning.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22536 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2007-10-13 17:14:17 +00:00
parent ab64dcc9b0
commit 63355585fb
1 changed files with 4 additions and 3 deletions

View File

@ -60,12 +60,13 @@ extern long setEvent(sem_id event);
GLObject::GLObject(ObjectView *ov)
: rotX(0),
:
rotX(0),
rotY(0),
lastRotX(0),
lastRotY(0),
spinX(2),
spinY(2),
lastRotX(0),
lastRotY(0),
x(0),
y(0),
z(-2.0),