Skip to content

Commit db4f0d1

Browse files
Merge pull request #28 from ppodhajski/master
FIX: Changing speedx to posy and flipping posy with posx
2 parents 356735f + ef44ab4 commit db4f0d1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/omicron/omicron/PQService.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ void PQService::poll()
168168
float f; arg.popFloat(f);
169169
switch (curSetArg)
170170
{
171-
case(3): x = f; break;
172-
case(4): y = f; break;
171+
case(2): x = f; break;
172+
case(3): y = f; break;
173173
}
174174
//ofmsg( " received Float %1%", %f );
175175
}
@@ -559,4 +559,5 @@ void PQService::dispose()
559559
#ifdef OMICRON_OS_WIN
560560
DisconnectServer();
561561
#endif
562-
}
562+
}
563+

0 commit comments

Comments
 (0)